Buffer symbols configuration #27333
wbercx
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to configure which symbols are included in the Buffer Symbol search? I rely on this pretty heavily for file navigation.
What I've found is that it mainly picks up methods. In JS, if you have an object property with a function as a value (whether named or not), it is not considered to be a method and remains invisible to the symbols buffer. The same is true for class constants in PHP.
For example:
Beta Was this translation helpful? Give feedback.
All reactions