Method List in Visual Studio Code

Jim Carr picture Jim Carr · Mar 22, 2016 · Viewed 184.4k times · Source

I've recently started using the Visual Studio Code editor. I'm really loving it, but there's one critical feature (for me) that I haven't been able to find. Is there a method list, similar to the Navigator in NetBeans or Member dropdown in Visual Studio?

Answer

Wosi picture Wosi · Mar 22, 2016

Yes, there is the workbench.action.gotoSymbol command. On Windows and Linux it's set to CTRL+Shift+O by default.

If this command isn't available for the file types you are working with then you should take a look at the VSCode extensions. Not all languages support this feature.