Page 1 of 1

LSP init options and .clangd

Posted: Wed Aug 02, 2023 11:03 am
by dawn

I was wondering what the purpose of the initializationOption tab was and if is possible to use a .clangd config file.
Thanks in advance


Re: LSP init options and .clangd

Posted: Mon Sep 04, 2023 1:08 pm
by dawn

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)


Re: LSP init options and .clangd

Posted: Thu Oct 05, 2023 1:35 pm
by dawn

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)


Re: LSP init options and .clangd

Posted: Thu Nov 02, 2023 10:30 pm
by eranif

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