processing/processing4

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

Open

#1.041 aberto em 16 de abr. de 2025

Ver no GitHub
 (12 comments) (6 reactions) (0 assignees)Java (176 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (439 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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!

Guia do colaborador