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?
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,
Most helpful comment
I believe that is
"search.quickOpen.includeSymbols": true,