vscode plugin required: scope4code
Build database
Press F1, enter Cscope: Build database to start building
Hotkey
- Ctrl Alt - go back
- Ctrl Shift + go forward
Solve "Visual Studio Code is unable to watch for file changes in this large workspace" (error ENOSPC)#
Before adjusting platform limits, make sure that potentially large folders, such as Python .venv, are added to the files.watcherExclude setting.
The limit can be increased to its maximum by editing /etc/sysctl.conf (except on Arch Linux, read below) and adding this line to the end of the file:
fs.inotify.max_user_watches=524288
The new value can then be loaded in by running sudo sysctl -p.
沒有留言:
發佈留言