Visual Studio Code - Classes and method lists?

后端 未结 2 1657
醉梦人生
醉梦人生 2021-02-07 04:36

is there any function list or function outline available in \"Visual Studio Code\"? I need it for JavaScript and PHP.

Thanks for any help!

相关标签:
2条回答
  • 2021-02-07 04:48

    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

    0 讨论(0)
  • 2021-02-07 04:48

    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

    0 讨论(0)
提交回复
热议问题