Table of contents

Visual Studio Code method list shortcut

IDE Jun 01, 2021 Viewed 210 Comments 0

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

Visual Studio Code method list

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.

Updated Jun 01, 2021