-
-
Notifications
You must be signed in to change notification settings - Fork 50
[PR] Implementation language server - [merged] #564
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
Comments
benfry commented on Nov 4, 2022 Very cool, thanks for looking into it and even producing this PR. I haven't had a chance to spend enough time looking into it, but hope to soon. Sorry for the delay! |
sampottinger commented on Nov 12, 2022 Thanks for this kgtkr! Certainly keeping an eye on this PR. Exciting times! |
benfry commented on Nov 25, 2022 I'm trying to keep the 4.0.2 release to bug fixes, but hope to get this incorporated in a release soon. Apologies for the continued delay; just overbooked here. |
benfry commented on Nov 26, 2022 kgtkr Can you create a fresh PR with only the source code changes, skipping the changes to other build files and the rest? (i.e. just everything inside |
benfry commented on Nov 26, 2022 Never mind that; just gonna merge and try to roll those files back… |
benfry commented on Nov 27, 2022 Ok, we're now merged with a few changes… This will be part of Processing 4.1 (arriving later today or Monday). A few things were moved around, and the kgtkr I'm still using the 0.12.0 version of lsp4j that you had included, but the latest seems to be 0.19. Was there a reason you used the older version, or is it just because you wrote the code a while back and hadn't bothered to update to 0.19? Still lots to be done, but good to have these pieces in place so that others might be able to help improve. |
kgtkr commented on Nov 27, 2022 benfry |
benfry commented on Nov 27, 2022 Ok thanks, bumping it to 0.19 in that case. |
kgtkr commented on Nov 28, 2022 I've tried Processing4.1 but it seems to be missing a dependency
|
benfry commented on Nov 28, 2022 Nuts, ok—with If there are new issues that need to be fixed, go ahead and open a new issue so that we can track and reference them properly. |
kgtkr commented on Nov 28, 2022 I'm testing using this I made in the past I've verified that formatting, error reporting and completion work on the main branch. Thank you |
benfry commented on Nov 28, 2022 Excellent, thanks. Will re-post… |
benfry commented on Nov 28, 2022 Ok, 4.1.1 now on the releases page: https://github.com/processing/processing4/releases |
kgtkr commented on Nov 28, 2022 Thank you. I was able to confirm that it works with the latest release. |
benfry commented on Nov 28, 2022 Great, thanks! |
kgtkr commented on Oct 1, 2022
#117
This is a rewrite in java of something I made in the past
https://github.com/kgtkr/processing-language-server
client:
https://github.com/kgtkr/processing-language-server-vscode/tree/integrate-pls
The text was updated successfully, but these errors were encountered: