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

Provide options to disable some of the TypeScript exclusive features

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

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
30/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞

调研方向

未指定任何文件、测试或入口点。首先跟踪 TODO 中描述的 TypeScript 集成以及 status-bar 和 snippet 处理;当所请求的 TypeScript 功能控制、自动安装 @types、统一的 status-bar 图标和 personal-snippet 优先级均已实现,并具有适当的覆盖率时,工作即告完成。

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

描述

enhancement

Edited by @aminya

Background

Just to clarify all the features (autocomplete, data tips, signature help, outline, diagnostics, etc) except a few (Eslint) come from Typescript.
Disabling Typescript means disabling all the features. This the same for all the other IDEs (e.g. VsCode). JavaScript without Typescript almost has no IDE capabilities.

TODO

With that being said, we can do the following to make the features more customizable:

  • Providing an option for disabling the suggestion for installation of the @types package. To compensate for the lack of @types, I need to implement a feature that automatically installs @types (e.g. @types/node). This will fix #4 as well.
  • Hiding TypeScript version/project/etc from StatusBar making them a unified icon reusable for all the languages. I think a unified status bar icon (which supports all the languages) instead of multiple icons that take space would be more useful.
  • Providing a higher priority for personal snippets
主要语言
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 摘要。