eclipse-wildwebdeveloper / eclipse-wildwebdeveloper/wildwebdeveloper

Autocompletion on js files does not consider context

未关闭
#679 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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

codecompletion

In the example I would expect some result filtering. Ex selecting the entry 'yield' results in "myield" in the editor, which is totally useless.

贡献指南

打开贡献指南

从这里开始

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

调研方向

使用附带的 JavaScript 自动补全示例重现该问题,并检查项目的 JavaScript 补全路径。确认光标前的文本如何影响候选项,并验证选择 yield 后不再生成 myield;当根据上下文过滤掉无关候选项时,该问题即完成。

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

评估

技术栈
javascript
领域
developer-experience, tooling
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
28/100

把新 issue 发到你的邮箱

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