Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I adjust "jump to symbol" in VS Code to "jump to method/function/class"?

I am used to Sublime Text 3 and currently experimenting with Visual Studio Code. In Sublime, I can press Ctrl + R and "goto anything" (prefix "@"). This will only show functions, methods and classes for Python in my case.

In VS Code, I can press Ctrl+shift+o and get "jump to symbol". It is essentially the same list plus many more things which I never need (e.g. import statements, global variables, and parameters of functions). Can I get a similar list as sublime shows, e.g. removing especially function parameters?

like image 962
Martin Thoma Avatar asked Dec 06 '25 05:12

Martin Thoma


1 Answers

Have you tried with Ctrl+T ? And if this don't work you could use the Sublime Text Extension.

like image 154
DevFranPR Avatar answered Dec 08 '25 05:12

DevFranPR



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!