Visual Studio Code method list shortcut
Using Visual Studio Code, we can use shortcut keys to list the methods in the file.
macOS
cmd+shift+o
The letter o
, not zero.
Windows/Linux
ctrl+shift+o
As you can see from the above figure, there are not only methods in the list, but also constants, class names, etc. As long as you enter keywords, you can get the results in real time.