eclipse-wildwebdeveloper / eclipse-wildwebdeveloper/wildwebdeveloper
Autocompletion on js files does not consider context
未关闭
还没有人认领这个 Issue。
upstream-typescript-language-server
- 主要语言
- Java
- 星标
- 201
- 派生
- 76
- 平均合并
- 4 天 7 小时
- 30 天内合并 PR
- 21
描述
The autocompletion always seems to offer standard classes and keywords not considering text left to the cursor, resulting in hundrets of - in my opinion - useless proposals

In the example I would expect some result filtering. Ex selecting the entry 'yield' results in "myield" in the editor, which is totally useless.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用附带的 JavaScript 自动补全示例重现该问题,并检查项目的 JavaScript 补全路径。确认光标前的文本如何影响候选项,并验证选择 yield 后不再生成 myield;当根据上下文过滤掉无关候选项时,该问题即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- developer-experience, tooling
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 28/100