Skip to content

Add options for document and symbol renaming #8858

@MiYanni

Description

@MiYanni

Based on the discussion in this PR: #8784 (comment)

Roslyn is changing how Document and Symbol rename options work. Formally, they were stored within the Solution via an OptionSet. Now, they have separate DocumentRenameOptions and SymbolRenameOptions that need to be provided by the user of the API. Tomas mentioned that the only part of VS to currently provide these options is the "Inline Rename UI".

The feature request here is to:

  • Determine how Inline Rename UI uses and stores these options
  • Work with that team to confirm that we should share the same use of these values
  • Determine if new UI is needed for exposing these to the user globally
  • Update the code in the Project System to utilize the user-provided values

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions