Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

The base `if` autocomplete suggestion not prioritised (and similar)

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

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
javascript

调研方向

在启用和禁用 package 的情况下重现自动补全行为,然后检查所引用的 autocomplete-plus 设置以及 package 的建议处理逻辑。完成标准是确定是否可以通过配置或更改来保持 package 的建议可见,同时让匹配的 if 代码片段继续作为优先的补全项。

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

描述

Hi, I'm having a small issue which has become quite an annoyance, being that the suggestions will overtake any snippet commands I have, which results in me needing to type out the full if (condition) {} instead of if<ENTER> and have it autocomplete for me normally. I'm not sure how I can reorder these suggestions as I still like to see suggestions returned from this package, just not if it overrides a particular suggestion with the same name, and more importantly if it has a snippet.

This package disabled:

image

This package enabled:

image

Also had a look at this (autocomplete-plus setting) but this wasn't right, it removed the suggestion further down the list I wanted:

image

Any guidance would be great. It might just be some particular configuration I need to have.

主要语言
JavaScript
星标
17
派生
4
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

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

atom-community/atom-ide-javascript 的其他 Issue

查看 atom-community/atom-ide-javascript 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

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