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.76k stars 3.99k forks source link

Support code actions in Interactive #801

Open cston opened 9 years ago

cston commented 9 years ago

Code actions (e.g.: "Add using") should be available in C#/VB Interactive Windows.

amcasey commented 8 years ago

This is (now) part of #3785.

amcasey commented 8 years ago

When we enable Extract Method, confirm that it does the right thing in Linq queries (internal bug 100555).

amcasey commented 8 years ago

When we enable Add Using, confirm that it never suggests the default usings (e.g. System) (internal bug 100963).