processing / processing/processing4
Code completion under Windows does not work
未关闭
还没有人认领这个 Issue。
bug
- 主要语言
- Java
- 星标
- 494
- 派生
- 183
- 平均合并
- 4 小时 39 分钟
- 30 天内合并 PR
- 3
描述
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.4.10
Operating system
Windows 11 25H2
Bug description
Using the same steps as https://github.com/processing/processing4/issues/177 I can't get code completion to work under any 4.x version. I tried 4.4.10, 4.4.7, 4.3.4, 4.1.3, 4.0b9, 4.0b4, 4.0b3, 4.0b1, 4.0a6. The old 3.5.4 version works like a charm.
Steps to reproduce this
- open blank project
- enable "code completion with ctrl+space" in preferences
- type int testvar = 1;
- type testv in the next line and then press ctrl+space
Would you like to work on the issue?
No, I’m just reporting the issue
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,按照列出的 blank-project 步骤在 Windows 上的 PDE 中重现该问题,并将其行为与 Processing 3.5.4 进行比较。跟踪 PDE 的代码补全入口点,并确定为什么在 Processing 4.x 中 Ctrl+Space 不会建议本地声明的 testvar;当该建议能够可靠地出现时即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- desktop, developer-experience
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100