redhat-developer / redhat-developer/vscode-quarkus
Simplify communication between JDT LS & Quarkus LS
Open
@angelozerr is already working on this.
Since Sep 25, 2019.
enhancement
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
This issue is to study how simplifying communication between JDL LS and Quarkus LS in term of code:
- writing no code on client side (typescript) (or just line of code to register the Quarkus langage client in the Java language client)
- on JDL LS extension using LSP4J annotation for notification, request (like LSP TextDocumentService) instead of using a delegate command handler (we will able to to use POJO instead of Map arguments)
This issue concern:
- JDT LS
- vscode-java
- vscode-quarkus
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.