dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.71k stars 3.98k forks source link

Option to default the Extract Interface destination to "Add to current file" #73666

Open vsfeedback opened 1 month ago

vsfeedback commented 1 month ago

This issue has been moved from a ticket on Developer Community.


The Extract Interface dialog defaults the "Select destination" field to the "New file name" choice. It would be nice if there were an option to change this default to the other choice ("Add to current file"). I do this action A LOT and it would be nice if I didn't have to change it every time.


Original Comments

Feedback Bot on 5/10/2024, 07:38 PM:

(private comment, text removed)

CyrusNajmabadi commented 1 month ago

We should persist the last choice here and remember that when opening the dialog again.