2021年3月3日星期三

vscode with cscope

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.

Quoted from"https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc"

沒有留言:

發佈留言