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