I was wondering what the purpose of the initializationOption tab was and if is possible to use a .clangd config file.
Thanks in advance
LSP init options and .clangd
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri May 17, 2019 2:54 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
LSP init options and .clangd
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri May 17, 2019 2:54 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: LSP init options and .clangd
in addition to the previous message, I would like to point out how the tab in question appears with the title longer than the tab (png image attached)
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri May 17, 2019 2:54 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: LSP init options and .clangd
For anyone who wanted to use a config file .clangd for the LSP (only for clang of course), in my case it works only if placed in the root of the $(WorkspacePath)
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: LSP init options and .clangd
the purpose of this tab is to send custom initialization messages to the server (e.g. rust-analyzer
and other tools)
I am ware of the length bug, seems like a bug in wxWidgets. I will remove the "fixed tab width" flag which seems to be fixed on some random fixed value inside wxWidgets library