redhat-developer / redhat-developer/vscode-java
Autocomplete feature problem 'File Not Found' error
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
I have a basic java code where I am using inheritance.
It seems like extension is unable to get doc-strings and other verbose information.
As compared to the normal execution where when you hover over the object instance or class name you are given the various details of the constructor, in this case it doesn't.
Although the code works but all the autocomplete features gets disabled.
The server says File Not Found
Environment
- ElementaryOS:
- javac 1.8.0_171:
- 1.23.1:
- 0.25.0
Folder with all files to reproduce error
The log file is in the folder.
The error seems to come from Car.java file in the Demo.java file.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
下载 issue 中链接的复现文件夹并检查其中的日志,从 Car.java 与 Demo.java 的交互开始。先在 Java extension 中复现 File Not Found 错误,然后跟踪失败的 autocomplete 或 hover 请求;当继承类型能够提供文档和详细信息,且不会禁用 autocomplete 时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100