Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Visual Studio Code support searching by Class in typescript? #980

Closed
ryan-wong opened this issue Dec 3, 2015 · 3 comments
Closed
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@ryan-wong
Copy link

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?

@jrieken jrieken added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Dec 3, 2015
@jrieken
Copy link
Member

jrieken commented Dec 3, 2015

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

@jrieken jrieken closed this as completed Dec 3, 2015
@pmunin
Copy link

pmunin commented Aug 17, 2017

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

@jrieken
Copy link
Member

jrieken commented Aug 18, 2017

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

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants