| Function | How to do it |
|---|---|
| Multi-cursor editing | Use Alt to place a cursor |
| Header files not detected in C/C++ | - Ctrl + Shift + P (opens the command palette) - Select “Edit Configurations (JSON)” - Add the header paths under the includePath entry (for example, /usr/include/**) |
| See a list of all functions in a file | Use Ctrl + Shift + O |