Skip to content

Commit 0014b70

Browse files
authored
Merge pull request #421 from He1pa/ide_quick_start
update ide quick start doc
2 parents 4a09e81 + cb70df5 commit 0014b70

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

docs/tools/Ide/vs-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ This extension provides some coding assistance, including the following features
4747
![Format](/img/docs/tools/Ide/vs-code/Format.gif)
4848
- **Quick fix:** Quick fix some diagnostics
4949
![Qucik Fix](/img/docs/tools/Ide/vs-code/QuickFix.gif)
50+
- **Inlay hint:** Inlay hint displays variable type and other semantic information
51+
![Inlay Hint](/img/docs/tools/Ide/vs-code/Inlayhint.png)
5052

5153
Other useful features such as refactoring and testing are in development.
5254

docs/user_docs/getting-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ The KCL Extension extension provides some coding assistance, e.g., highlight, go
210210

211211
#### NeoVim
212212

213-
See [here](https://github.com/kcl-lang/kcl.nvim) to config the KCL language server and enable it.
213+
See [here](/docs/tools/Ide/neovim) to config the KCL language server and enable it.
214214

215215
![kcl.nvim](/img/docs/tools/Ide/neovim/overview.png)
216216

217217
#### IntelliJ IDEA
218218

219-
Download the distribution from [here](https://github.com/kcl-lang/intellij-kcl/releases) and in IntelliJ IDEA, click Preference -> plugins -> install Plugin from Disk... -> select kcl-idea-plugin zip -> restart IDE. This plugin requires the IntelliJ IDEA 2020.2+
219+
We provide two IntelliJ KCL plugins and you can go [here](/docs/tools/Ide/intellij) for more information about the installation.
220220

221221
![intellij](/img/docs/tools/Ide/intellij/overview.png)

i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/Ide/vs-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ sidebar_position: 1
4747
![Format](/img/docs/tools/Ide/vs-code/Format.gif)
4848
- **快速修复:** 快速修复一些诊断信息
4949
![Qucik Fix](/img/docs/tools/Ide/vs-code/QuickFix.gif)
50-
50+
- **内联提示:** 内链提示变量类型和其他语义信息
51+
![Inlay Hint](/img/docs/tools/Ide/vs-code/Inlayhint.png)
52+
5153
其他一些有用的功能,如代码重构和智能感知等正在开发中。
5254

5355
## 最小依赖

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,6 @@ KCL 为 VS Code 本地版本提供了插件支持,并提供了高亮、自动
216216

217217
#### IntelliJ IDEA
218218

219-
[这里](https://github.com/kcl-lang/intellij-kcl/releases)下载发行版,在 IntelliJ IDEA 中,点击 Preference -> plugins -> install Plugin from Disk... -> 选择 kcl-idea-plugin zip -> 重启 IDE。此插件需要 IntelliJ IDEA 2020.2+
219+
我们提供了两个版本的 Intellij 插件。您可以[点击这里](/docs/tools/Ide/vs-code)了解更多。
220220

221221
![intellij](/img/docs/tools/Ide/intellij/overview.png)
Loading

0 commit comments

Comments
 (0)