redhat-developer / redhat-developer/vscode-java
Version 1.35.0 does not perform Suggestions, Corrections, or Highlighting
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
I noticed that this extension had stopped starting up right when I noticed that it didn't update the code highlighting and coloring on startup anymore. Version 1.35.0 of this extension does not perform any of the following:
- Applying correct Java-specific coloring to the text upon startup
- Applying red underlining to malformed function calls
- Applying blue underlining to TODO comments
- Highlighting all occurrences of the word underneath the cursor
There are probably even more missing features, but these are the ones I noticed. Under version 1.35.0, one of my simple code files looks like this:
Reverting to version 1.34.0 of the extension and then restarting my extensions immediately restores all lost functionality:
Environment:
- Operating System: Windows 11 Home, 23H2
- JDK version:
openjdk 22.0.2 2024-07-16 - Visual Studio Code version: 1.93.1
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在 Windows 11 上的 VS Code 1.93.1 中使用 Java 文件复现扩展版本 1.35.0 的回归问题,然后与版本 1.34.0 进行比较。检查启动时 Java 着色、malformed-call 下划线、TODO 下划线和出现位置高亮的行为;这些功能无需回退版本即可恢复工作时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100