-
Run using `clangd --lit-test`
```
{
"jsonrpc": "2.0",
"id": 0,
"method": "initialize",
"params": {
"initializationOptions": {
"fallbackFlags": [
…
-
`Apple clangd version 13.0.0 (clang-1300.0.29.30)`
-
https://github.com/neoclide/coc.nvim/issues/3547#issuecomment-1005580110
As I mentioned in above issue, then I make some tests. I found that, if `NSString` come out as the first one in a block, th…
-
**Problem**
I want to let clangd able to recognize gcc headers, so I put
```json
"clangd.arguments": [
"--query-driver=/opt/homebrew/bin/gcc-13",
"--log=verbose"
],
```
in `s…
-
Clangd already suggests qualifying symbols e.g:
```
namespace ns { struct Foo {}; }
void bar() {
Foo f; // here clangd will offer a fix for qualifting `Foo` to `ns::Foo`.
}
```
In addition …
-
# 기능명
```
feat/(기능명)
```
- Java 프로젝트 만들기 위한 CLI 제공
- Java 신텍스 하이라이팅, LSP, lint, 포맷터, DAP
- 회사 명의로 신청한 책이 도착했는데 Java 언어를 사용하고 있습니다.
-
Using Theia master as of 8a5132e5, Electron example.
For example, I have a symbol "replacementsToEdits" with no container, it gets displayed properly. Then a second symbol "LSPDiagnosticsConsumer" …
-
So i am new to ROS. And relative new do vim. So this is not an issue but more a doubt.
In order to create my catkin_ws i did :
![image](https://user-images.githubusercontent.com/62778496/79372800-f7…
-
Ale is a great vim plugin and I have been happily using it for a while. I am experimenting with its code completion functionality recently. One thing I notice is that the popup menu for C-family l…
-
**Is your feature request related to a problem? Please describe.**
- CDT 2023-09 (4.29.0) does not recognise the C++ function attributes as language keyword
- Hence no syntax colour supported
For…