-
Notifications
You must be signed in to change notification settings - Fork 412
Open
Labels
Triage-ApprovedReviewed and prioritizedReviewed and prioritized
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Triage-ApprovedReviewed and prioritizedReviewed and prioritized