gtache / intellij-lsp

Plugin adding Language Server Protocol support for IntelliJ
Apache License 2.0
397 stars 48 forks source link

Generate UI controls for language sever configurations #104

Open andre2007 opened 5 years ago

andre2007 commented 5 years ago

Please see here, VSC creates UI controls for settings of the language server. https://github.com/d-language-server/vscode-dlang/issues/16#issuecomment-519918699

This would be a really nice addition for this plugin.

gtache commented 5 years ago

That'd be great indeed, the problem is that I don't have the means to get what settings each server has at the moment (and it isn't in the LSP either). I'll think about it.