is there any function list or function outline available in "Visual Studio Code"? I need it for JavaScript and PHP.
Thanks for any help!
VS Code allows you to quickly search over all files in the currently opened folder. Press Ctrl+Shift+F and enter your search term. Search results are grouped into files containing the search term, with an indication of the hits in each file and its location.
1) Search file ( CTRL + P ) Simply type in the full or partial name and VSCode will automatically look into your current workspace and display the ones that contain the name you just wrote (at the top of the list would be the files already open).
Methods are regard as symbols, so you can find symbols as follows
Ctrl+P, then get symbols @. or get symbols by category: @:
there's also a shortcut avaiable: ctrlshift+o
There is a Show Functions extension which can be configured with regular expressions. Out of the box it works with a lot of languages.
https://marketplace.visualstudio.com/items?itemName=qrti.funclist
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With