I am using c-c++ layer, clangd is backend, the file under /usr/include folder can be found, I can jump into one file e.g. /usr/include/c++/9/iostream using M-m m g g. But my own c++ header folder in project cannot be found, I tried a few ways but failed. How to make it...
"files.defaultLanguage": "c++", // ctrl+N新建文件后默认的语言 "editor.formatOnType": true, // (对于C/C++)输入分号后自动格式化当前这一行的代码 //"editor.suggest.snippetsPreventQuickSuggestions": false, // clangd的snippets有很多的跳转点,不用这个就必须手动触发Intellisense了 "editor.acceptSuggest...
however "Available resolve context" in the editor , there is only tw options: Debug-l6 and Release-l6, nothing about l7 host there, probably this is a reason why some headers resolved incorrectly by clangd code model... I'd like to understand is it possible to configure? how to add hos...