Skip to content

Commit

Permalink
i18n(ja): Update editor-setup.mdx (#7001)
Browse files Browse the repository at this point in the history
* e788cb1

* 87a6c5a

---------

Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
morinokami and yanthomasdev authored Feb 26, 2024
1 parent ad00a2e commit e87e9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/ja/editor-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Astroはどのようなコードエディタでも動作しますが、VS Code
早速、[Astro VS Code拡張機能](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode)をインストールしてみましょう。


📚 Astroプロジェクトでどのように[TypeScriptをセットアップ](/ja/guides/typescript/)するのか見る。
import ReadMore from '~/components/ReadMore.astro';

<ReadMore>Astroプロジェクトでどのように[TypeScriptをセットアップ](/ja/guides/typescript/)するのか見る。</ReadMore>

### JetBrainsのIDE

WebStorm 2023.1にAstroの初期サポートが追加されました。[JetBrains Marketplace](https://plugins.jetbrains.com/plugin/20959-astro)か、IDEのプラグインタブで「Astro」と検索して公式のプラグインをインストールできます。このプラグインにはシンタックスハイライト、コード補完、フォーマットなどの機能が含まれており、今後はさらに高度な機能が追加される予定です。他のすべての[JavaScriptをサポートしているJetBrainsのIDE](https://www.jetbrains.com/products/#lang=js&type=ide)でも利用可能です。

JetBrainsの次期IDEである[Fleet](https://www.jetbrains.com/fleet/)は言語サーバーをサポートしているため、公式のAstroツールを利用できるようになります。

## その他のコードエディタ

素晴らしいコミュニティが他の人気エディタ用の拡張機能をメンテナンスしています。
Expand Down

0 comments on commit e87e9e4

Please sign in to comment.