microsoft / microsoft/TypeScript
Provide document links in tsconfig/jsconfig files
まだ誰も着手していません。
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.3k
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 132
説明
VS Code includes some very basic support for IntelliSense in tsconfig/jsconfig files. This includes providing document links for extends, files, and references in these files:
This currently requires a fair amount of code in the VS Code extension and there are bugs (for example https://github.com/microsoft/vscode/issues/276592) that would require a lot more code to address
I'd love to have this logic be handled by typescript directly so that it matches exactly how tsc / ts-go works. Other editors could then also benefit from it
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、tsconfig/jsconfig ファイル内のドキュメントリンクに関する既存の VS Code 拡張機能ロジックを調べ、次に tsc と ts-go が extends、files、references をどのように解決するかを比較します。TypeScript が直接リンクを提供し、両方の実装と一致する動作になれば完了です。この issue では特定のソースファイルやテストは指定されていません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go, typescript
- 領域
- developer-experience, tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100