-
### What happened?
With the latest versions of Codelite, I can't tell which one to start with, I'm having random crashes.
The logs set at the debug or developer level do not provide useful details, …
-
I have generated a compile_commands.json that is located in build/ and I can see in the logs that the compilation database is loaded:
`
I[21:47:43.244] Loaded compilation database from /home/sebas/P…
-
In the latest version of clangd, it seems that variables with pointer types will have its semantic token modified with readonly as long as there's one const modifier insides the type. For example, the…
-
When a project is configured for building with gcc it may enable options that are not supported by clang.
Then I get lots of errors in the editor and in the problems view, e.g.
```
Unknown warning …
-
One of the most common user questions is "how do I get clangd to resolve my standard library headers". I would like to suggest that clangd do more to help users specify the configuration options neces…
-
For example, `clang-format`. I'm finding a code formatter plugin for Geany. But all of the projects I encountered are unmaintained.
ghost updated
1 month ago
-
**Suggested Workaround:** You should, but you'll have to do this in your head for now. At least there's autocomplete for everything you want to use--the issue is that there's also autocomplete for thi…
-
### Check for existing issues
- [X] Completed
### Describe the feature
On Vscode's clangd extension there is a very useful feature called "Call Hierarchy" which seems to use clangd's `'callHierarch…
acama updated
4 weeks ago
-
Please describe the problem.
when i define a function with default arguments,it will only complete non-default parameters。
Is there a way to set all parameters for completion?
**Logs**
**System…
-
I met an issue when I was writing a member function implementation of an explicitly instantiated class template outside the .h file where the class template is declared. Below is an example.
```cpp…