Method List in Visual Studio Code

前端 未结 17 2083
醉话见心
醉话见心 2021-01-29 19:10

I\'ve recently started using the Visual Studio Code editor. I\'m really loving it, but there\'s one critical feature (for me) that I haven\'t been able to find. Is there a met

17条回答
  •  花落未央
    2021-01-29 19:12

    ctrl+shift+o // This should work for javascript files by default
    

    For PHP install the extension PHP SYMBOLS

    FOR PYTHON install the extension PYTHON

    On Reload, this will work fine

提交回复
热议问题