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

Language Server for VS Code and others #117

Closed
austince opened this issue Feb 25, 2018 · 23 comments
Closed

Language Server for VS Code and others #117

austince opened this issue Feb 25, 2018 · 23 comments

Comments

@austince
Copy link

Description

I'm wondering if there has been any work to create a Language Server for Processing yet. It would be very useful for people who would like to use the language outside of the Processing IDE like this project for VS Code. I'm not sure if I'll have time I'd love to help try to get it started if it hasn't been before!

@benfry
Copy link
Owner

benfry commented Feb 25, 2018

Not that I know of; please let us know if you make some progress. I don't know how many people are using VS Code, but perhaps it'd be helpful? Thanks for checking in.

@benfry benfry changed the title Language Server Language Server for VS Code Feb 25, 2018
@JakubValtar
Copy link
Contributor

I'm working on a new preprocessor which would allow us to run Java 8. Until then I don't think it's possible to create a language server because our current preprocessor is quite picky about which syntax it will accept (it's something between Java 5 and 8) and it's a bit of a mess.

When we are on Java 8 we will need a new autocompletion engine. Extending Java Language Server and possibly moving more functionality from the PDE there seems to be a good option, but we still have to decide on the architecture (do we use LS, what needs to stay in the PDE vs what can be moved/duplicated to the language server and therefore reusable in other editors).

@austince
Copy link
Author

Ok, sounds good @JakubValtar. Do you need any help with the preprocessor?

@neilcsmith-net
Copy link

Just linking two conversations together! 😉 https://forum.processing.org/two/discussion/26740/proposal-development-environment-javascript-prototype

Out of interest, why was the title changed to "for VS Code"?

@pr1metine
Copy link

Any progress? What about this? Can't seem to get it working...

@jeremydouglass
Copy link
Contributor

Yes, LS4P was a GSOC 2019 project. Here is the final report:

Good point that once that is complete then the issue here could probably be closed.

It seems like you opened an issue there about you having problems building it on a windows hyper-v...?

processing-language-server/LS4P#6

@pr1metine
Copy link

Yeah, I was unable to run LS4P on a Ubuntu VM and WSL, let alone on native Windows. Did you, jeremydouglass, or anyone else manage to get it up and running? If that's the case I'll know that it's an issue on my part.

@benfry benfry changed the title Language Server for VS Code Language Server for VS Code and others Aug 15, 2020
@benfry
Copy link
Owner

benfry commented Aug 15, 2020

We'd still like to see LSP support, though I don't have time to build it myself. Theia also looks promising if we were to replace the PDE entirely.

@benfry
Copy link
Owner

benfry commented Aug 15, 2020

(Moving this to the Processing 4 repo since we wouldn't be coming back to 3.x to do this.)

@benfry benfry transferred this issue from processing/processing Aug 15, 2020
@pr1metine
Copy link

I am working on a LS. It's in a very early stage though and it can merely format PDE files.

@sampottinger
Copy link
Collaborator

That's awesome @pr1metine! Obviously I'm sure you are aware but Processing 4 does have a new preprocessor with java 11 syntax support. LMK if you need help wading into any of that!

@pr1metine
Copy link

Thank you, @sampottinger ! I'd be happy for your help especially on the Preprocessor and Linting. This is what I've been working on so far.

For further questions hit me up in my Twitter DMs.

@Cyfine
Copy link

Cyfine commented Jul 17, 2021

I would like to see an official language support VS Code plugin for Processing in the future.

@benfry
Copy link
Owner

benfry commented Jul 17, 2021

Me too! Just need someone to do the work.

@kgtkr
Copy link
Contributor

kgtkr commented Oct 31, 2021

I started this work a few days ago. It is implemented based on the code of Processing Development Environment. This is very unstable, but I have implemented formatters and error reporting.

image

https://github.com/kgtkr/processing-language-server
https://github.com/kgtkr/processing-language-server-vscode

postscript(2021/11/01)

image

@SableRaf
Copy link
Contributor

Bumping this issue now that Processing 4.0 has been released.

This would be a great time to revive community efforts towards a Language Server for Processing!

For anyone interested to learn about the Language Server Protocol (and maybe help with development) here are some useful references:

@SableRaf
Copy link
Contributor

Note: there was also some work done by @SyamSundarKirubakaran in 2021
The code can be found here: https://github.com/processing-language-server/LS4P and a conversation about it in the Processing forum.

@kgtkr
Copy link
Contributor

kgtkr commented Sep 28, 2022

I was able to easily implement lsp by using the source code of the integrated editor.
However, this is easier to maintain if integrated into processing
Do you have a plan? i might be able to implement

@SableRaf
Copy link
Contributor

Hi @kgtkr 👋 Could you describe what you specifically need in order to integrate the LSP in Processing ?

@kgtkr
Copy link
Contributor

kgtkr commented Sep 28, 2022

Once the prototype is complete, please do a code review. Please wait until my work is finished.

@kgtkr
Copy link
Contributor

kgtkr commented Oct 1, 2022

@SableRaf #564

@benfry
Copy link
Owner

benfry commented Nov 27, 2022

Initial work from @kgtkr now incorporated for Processing 4.1. I'm closing this issue since the base support is now present, and we can file separate/more specific issues as needed for adding other enhancements.

For instance, we don't have an official client yet, but hopefully the community can help fill that hole for various platforms for at least the time being.

@benfry benfry closed this as completed Nov 27, 2022
@github-actions
Copy link

This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants