You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/guides/cplusplus.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,3 +78,18 @@ Another way to let your language server know what the include dirs are is by han
78
78
your source root. Each line is one flag. This can be useful for projects that e.g. only have a Visual Studio solution
79
79
file. For more information, see [these instructions](https://releases.llvm.org/8.0.0/tools/clang/tools/extra/docs/clangd/Installation.html#compile-flags-txt). Creating this file by hand is a reasonable place to start if your project is quite
80
80
simple.
81
+
82
+
### Enable clangd server
83
+
84
+
After setup enable clangd server manually in `Preferences - Package Settings - LSP - Settings`:
0 commit comments