is there any function list or function outline available in \"Visual Studio Code\"? I need it for JavaScript and PHP.
Thanks for any help!
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