Method List in Visual Studio Code

前端 未结 17 2189
醉话见心
醉话见心 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:24

    For PHP users :)

    1. Make sure you have 'PHP Symbol' plugin then you can get all methods and class in 'OUTLINE' Sidebar's Bottom.

    2. Press ⌘ command + ⇧ shift + O in "macOS" or Ctrl + Shift + O while using "Windows"

    OUTLINE:

    @Symbol:

提交回复
热议问题