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
processing-bot opened this issue Feb 25, 2018 · 23 comments
Closed

Language Server for VS Code and others #117

processing-bot opened this issue Feb 25, 2018 · 23 comments

Comments

@processing-bot
Copy link
Collaborator

In GitLab by @austin.ce on Feb 25, 2018, 21:47

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!

@processing-bot
Copy link
Collaborator Author

Created by: benfry

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.

@processing-bot
Copy link
Collaborator Author

Created by: JakubValtar

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).

@processing-bot
Copy link
Collaborator Author

In GitLab by @austin.ce on Feb 27, 2018, 16:57

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

@processing-bot
Copy link
Collaborator Author

Created by: neilcsmith-net

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"?

@processing-bot
Copy link
Collaborator Author

In GitLab by @pr1metine on May 28, 2020, 14:50

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

@processing-bot
Copy link
Collaborator Author

Created by: jeremydouglass

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

@processing-bot
Copy link
Collaborator Author

In GitLab by @pr1metine on May 29, 2020, 06:03

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.

@processing-bot
Copy link
Collaborator Author

Created by: benfry

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.

@processing-bot
Copy link
Collaborator Author

Created by: benfry

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

@processing-bot
Copy link
Collaborator Author

In GitLab by @pr1metine on Aug 15, 2020, 15:34

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

@processing-bot
Copy link
Collaborator Author

Created by: sampottinger

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!

@processing-bot
Copy link
Collaborator Author

In GitLab by @pr1metine on Aug 16, 2020, 02:39

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.

@processing-bot
Copy link
Collaborator Author

Created by: Cyfine

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

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Me too! Just need someone to do the work.

@processing-bot
Copy link
Collaborator Author

Created by: kgtkr

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

@processing-bot
Copy link
Collaborator Author

Created by: SableRaf

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:

@processing-bot
Copy link
Collaborator Author

Created by: SableRaf

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.

@processing-bot
Copy link
Collaborator Author

Created by: kgtkr

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

@processing-bot
Copy link
Collaborator Author

Created by: SableRaf

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

@processing-bot
Copy link
Collaborator Author

Created by: kgtkr

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

@processing-bot
Copy link
Collaborator Author

Created by: kgtkr

@SableRaf #564

@processing-bot
Copy link
Collaborator Author

Created by: benfry

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.

@processing-bot
Copy link
Collaborator Author

Created by: github-actions[bot]

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 Sep 17, 2024
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

1 participant