We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We’re revisiting the Processing Language Server with the goal of improving support for writing and editing Processing code outside the PDE.
Several contributors have laid important groundwork for this effort:
pr05
We’d like to improve and extend the current functionality of the built-in LSP. Priorities are:
copy(sx, sy, sw, sh, dx, dy, dw, dh)
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!
The text was updated successfully, but these errors were encountered:
Hey @SableRaf would love to work on Displaying parameters name in the function signatures functionality, i can go ahead with it right?
Sorry, something went wrong.
Hi @Gmin2! Nice to hear from you 😃 Sure, if you'd like to make a PR, we'll be happy to review it.
No branches or pull requests
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:
pr05
grant in 2024, @diyaayay worked on another VS Code extension though it did not make use of the built-in LSP.Proposed Improvements
We’d like to improve and extend the current functionality of the built-in LSP. Priorities are:
copy(sx, sy, sw, sh, dx, dy, dw, dh)
) should show named parameterscolorMode(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!
The text was updated successfully, but these errors were encountered: