-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:zenn:zed導入ログ #3
Comments
1. TypeScript Language Server (
|
特性 | typescript-language-server |
vtsls |
---|---|---|
パフォーマンス | 標準的 | 高速 |
安定性 | 高い(公式実装) | 非公式、やや実験的 |
TypeScript機能のサポート | 完全 | 一部機能に制約がある場合がある |
適用範囲 | 中小〜大規模プロジェクト | 特に大規模プロジェクト向け |
メンテナンス | アクティブ(公式チーム) | コミュニティ主導 |
どちらを使うべきか?
typescript-language-server
が適している場合
- TypeScriptの公式機能をすべてサポートしたい場合。
- 標準的な環境での安定性を重視する場合。
- 小規模から中規模プロジェクトの場合。
vtsls
が適している場合
- パフォーマンスに不満があり、高速化を求める場合。
- 大規模プロジェクトや補完速度が特に重要なプロジェクト。
- 軽量化された環境での開発を重視する場合。
適切な選択は、プロジェクトの規模や開発環境のニーズに依存します。どちらを選ぶべきか悩む場合は、両方を試してみて実際のパフォーマンスや機能の違いを比較するのも良い方法です。
ファイルのハイライトが実装されたzed-industries/zed#18182 |
git周りがまだ開発途上 |
diffの表示と編集は可能zed-industries/zed#4630 |
biome導入
|
quick fix欲しいな。。biome ignoreとかの正しい書き方がわからない |
これ大事// command shift F でダブルクリックで開く
"double_click_in_multibuffer": "open", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
neo vimが微妙になったので一旦こっちを試す
The text was updated successfully, but these errors were encountered: