-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Goto Symbol doesn't show all functions defined inside the file. #7003
Comments
From @yupal on February 10, 2016 10:31 This issue is present in this case too: Here is a screenshot with the issue: |
Can you please try to reproduce using the new Salsa JS infrastructure: https://code.visualstudio.com/updates/#_javascript-salsa-preview |
From @yupal on February 10, 2016 12:17 Using Salsa JS on the same example as I wrote before I get IntelliSense knowing the function, but now when I try to go to symbol I got no suggestion ( the go to symbol ( @ ) returns an empty list ). |
Moving to salsa for investigation |
same root cause as #6828. |
From @khalilravanna on November 18, 2015 23:54
Using "Go To Symbol..." (⇧⌘O) it seems to only recognize certain ways of declaring functions in javascript.
All three functions should show up when you search "searchable", right? Only "searchable" and "alsoSearchable" show up however.
In this case it looks like these cases work:
And this case doesn't work:
This works in Sublime Text and I'd love if it could work in VS Code as well as it's one of the main ways I navigate my javascript code (especially the thousands of lines of code for my game).
Copied from original issue: microsoft/vscode#125
The text was updated successfully, but these errors were encountered: