Adds a dockable Scoped tool window (View > Other Windows > Scoped) that lists the variables in scope at the caret while editing C# code. Inside a method it shows class members plus parameters and in-scope locals; inside a class body it shows class members only. Double-click a variable to jump to its declaration. |