Skip to content

LSP: Allow disabling signature help

Waqar Ahmed requested to merge work/LSPSignatureHelp into master

Signature help in C++ with function template and template arguments leads to a very terrible UI with huge multiple completion boxes. The least we can do for now is to provide a config option to disable it.

The new setting is enabled by default.

Merge request reports