Skip to content

Improvements and Next Steps for the Processing Language Server (LSP) #1041

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

Open
4 tasks
SableRaf opened this issue Apr 16, 2025 · 2 comments
Open
4 tasks

Improvements and Next Steps for the Processing Language Server (LSP) #1041

SableRaf opened this issue Apr 16, 2025 · 2 comments

Comments

@SableRaf
Copy link
Collaborator

SableRaf commented Apr 16, 2025

We’re revisiting the Processing Language Server with the goal of improving support for writing and editing Processing code outside the PDE.

Background

Several contributors have laid important groundwork for this effort:

Proposed Improvements

We’d like to improve and extend the current functionality of the built-in LSP. Priorities are:

  • Display parameter names in function signatures (e.g., copy(sx, sy, sw, sh, dx, dy, dw, dh)) should show named parameters
  • "Go to declaration" for built-in functions and classes (linking to Processing source code when possible)
  • Hover documentation for built-in functions and core classes
  • Support for overloaded functions (e.g., colorMode(mode), colorMode(mode, max), colorMode(mode, max1, max2, max3))

If you're interested in contributing or discussing further, feel free to comment here.

Thanks again to everyone who has contributed to this work so far!

@Gmin2
Copy link

Gmin2 commented Apr 16, 2025

Hey @SableRaf would love to work on Displaying parameters name in the function signatures functionality, i can go ahead with it right?

@SableRaf
Copy link
Collaborator Author

Hi @Gmin2! Nice to hear from you 😃 Sure, if you'd like to make a PR, we'll be happy to review it.

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

No branches or pull requests

2 participants