Closed gregtatum closed 1 year ago
I use vscode, and this is required to get the in-editor language server working. This is a standardized file that other editors can use as well to understand the C++ code.
https://clang.llvm.org/docs/JSONCompilationDatabase.html
The following is an example of the language server providing type information.
I use vscode, and this is required to get the in-editor language server working. This is a standardized file that other editors can use as well to understand the C++ code.
https://clang.llvm.org/docs/JSONCompilationDatabase.html
The following is an example of the language server providing type information.