Skip to content

Commit

Permalink
i18n(zh-cn): update editor-setup.mdx (#9141)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
liruifengv and yanthomasdev authored Aug 21, 2024
1 parent 2431341 commit 7b8a862
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/content/docs/zh-cn/editor-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ import ReadMore from '~/components/ReadMore.astro';

## JetBrains IDE

Astro 的初始支持已经在 WebStorm 2023.1 中推出。你可以通过 [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/20959-astro) 或在 IDE 的插件选项卡中搜索“Astro”来安装官方插件。此插件包括诸如语法高亮、代码补全和格式化之类的功能,并计划在未来添加更多高级功能。它还可用于所有其他[支持 JavaScript 的 JetBrains IDE](https://www.jetbrains.com/products/#lang=js&type=ide)
[Webstorm](https://www.jetbrains.com/webstorm/) 是一个 JavaScript 和 TypeScript IDE,从 2024.2 版本开始支持 Astro 语言服务器。此更新带来了语法高亮、代码补全和格式化等功能。

通过 [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/20959-astro) 安装官方插件,或在 IDE 的插件标签页中搜索 "Astro"。你可以在 `Settings | Languages & Frameworks | TypeScript | Astro` 中切换语言服务器。

有关 Webstorm 中 Astro 支持的更多信息,请查看[官方 Webstorm Astro 文档](https://www.jetbrains.com/help/webstorm/astro.html)

## 其他代码编辑器

Expand Down

0 comments on commit 7b8a862

Please sign in to comment.