Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LSP #10

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Implement LSP #10

wants to merge 12 commits into from

Conversation

draftcode
Copy link
Owner

No description provided.

draftcode and others added 4 commits August 15, 2021 12:48
NB. This causes UI to freeze because it's running on EDT. Better to move
out most of the PSI element operations out of EDT.
mattn and others added 8 commits October 18, 2021 14:35
* Remove an unused method
* Remove unnecessary semicolons
* Remove unnecessary initialization
* Apply google-java-format
The completion calculation code has been producing warnings since it's
unnecessarily running on the event dispatch thread. Extract the code and
run outside of it.
@malukenho
Copy link
Contributor

Do you plan on continue working on that?

@draftcode
Copy link
Owner Author

I'm currently inclined to extending https://github.com/georgewfraser/java-language-server (my fork is at https://github.com/draftcode/java-language-server with some patches). After I changed my job and the codebase that I work on gets much smaller, this java-language-server is working in a reasonable time. There are still some missing pieces, but my daily use has been shifted to that fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants