processing / processing/processing4

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

未关闭
#1,041 12 条评论 6 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement help wanted
主要语言
Java
星标
494
派生
183
平均合并
4 小时 39 分钟
30 天内合并 PR
3

描述

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!

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先查看当前内置的 Processing Language Server 以及此 issue 中链接的先前工作,包括 issues 564、678 和 690。将其行为与列出的优先事项进行比较,然后定义一项有明确重点的贡献,其完成情况可以根据某一项具体的 LSP 能力进行检查。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
devtools
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
32/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。