UX and other improvement thoughts (that I'm happy to help contribute) #620
Replies: 4 comments 8 replies
-
This UI was not our priority. We wanted to have a good UI to declare server mappings etc but I agree it should be improved. Any contribution are welcome! Indeed it would be nice. I have never seen a language server which uses an anotjer language than json for configuration. Any contribution are welcome.
Sorry I dont understand the problem. Please create an issue with some screenshot, detailled info.
No or b) whether there would be any objections if I were to dig in on them and contribute them back via a series of PRs. Any contribution are welcome! |
Beta Was this translation helpful? Give feedback.
-
@SCWells72 the best thing to contribute is that you create an issue per features. We uses label to mark issues and it seems you want to work on
For this topic, I think to improve this JSON configuration we should provide:
Writing configuration from a textarea is a little annoying, I think we should provide the capability to edit the JSON from a real editor. There are a lot of work to do about this topic, but it is not our priority for IJ Quarkus which doesn't use user defined language server, so I cannot work on it, but I will be happy to review any PRs. |
Beta Was this translation helpful? Give feedback.
-
@SCWells72 feel free to take #157 over |
Beta Was this translation helpful? Give feedback.
-
@SCWells72 I close the issue since you have done so many contributions. |
Beta Was this translation helpful? Give feedback.
-
Starting this discussion here instead of opening a series of issue tracker items to see whether the latter makes sense. As I've been integrating LSP4IJ (loosely) into my own plugin (see this), I've been noting things quirks and opportunities for improvement where I might be able to help. I've just opened my first PR against the project for one of the simpler ones -- and no issues if it's not accepted in its current form -- but here are a few other things that I've noted on my list:
Config UX improvements
EditorTextField
components pre-configured for JSON, e.g. (from some similar fields in my own plugin):completions.completeFunctionCalls
configuration:Just wondering if a) there are already folks here working on these; or b) whether there would be any objections if I were to dig in on them and contribute them back via a series of PRs. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions