Vscode: Does Visual Studio Code support searching by Class in typescript?

Created on 3 Dec 2015  ·  3Comments  ·  Source: microsoft/vscode

I know you can search a file by class name in other IDE like webstorm. Does visual studio code support it or plan on supporting it?

*question

Most helpful comment

I believe that is "search.quickOpen.includeSymbols": true,

All 3 comments

Yes - by default it works for C# and TypeScript and can be invoked with Cmd+T. Other extensions can contribute via the WorkspaceSymbolProvider

Is there any way to merge/union it with searching by file?

I believe that is "search.quickOpen.includeSymbols": true,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

biij5698 picture biij5698  ·  3Comments

omidgolparvar picture omidgolparvar  ·  3Comments

borekb picture borekb  ·  3Comments

philipgiuliani picture philipgiuliani  ·  3Comments

trstringer picture trstringer  ·  3Comments