We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f5a1d commit ea74cc8Copy full SHA for ea74cc8
.clangd
@@ -3,10 +3,6 @@
3
CompileFlags:
4
Add:
5
- "-ferror-limit=0"
6
-
7
- # if you are using VSCode and CMake Tools(provided by Microsoft) add
8
- # "cmake.copyCompileCommands": "${workspaceFolder}/.vscode/compile_commands.json" to VSCode settings
9
- # because CompilationDatabase field in .clangd doesn't support multiple folders to search
10
CompilationDatabase: .vscode
11
12
Style:
@@ -21,6 +17,9 @@ InlayHints:
21
17
DeducedTypes: Yes
22
18
TypeNameLimit: 24
23
19
20
+Hover:
+ ShowAKA: Yes
+
24
Diagnostics:
25
UnusedIncludes: Strict
26
MissingIncludes: None
0 commit comments