Skip to content

Commit

Permalink
doc: add hints about dependent plugins for enhance diagnostic in doc …
Browse files Browse the repository at this point in the history
…of vscode
  • Loading branch information
He1pa authored and amyXia1994 committed Jul 10, 2023
1 parent acbe83c commit ec03b58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tools/Ide/vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This extension provides some coding assistance, including the following features
- **Hover:** Identifier information (type and schema documentation).
![Hover](/img/docs/tools/Ide/vs-code/Hover.gif)
- **Diagnostics:** Warnings and errors in KCL file.
> Tips: You can enhance the effect of diagnostics by installing another plugin: [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens).
![Diagnostics](/img/docs/tools/Ide/vs-code/Diagnostics.gif)

Other useful features such as refactoring and testing are in development.
Expand Down
2 changes: 2 additions & 0 deletions versioned_docs/version-0.5.0/tools/Ide/vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This extension provides some coding assistance, including the following features
- **Hover:** Identifier information (type and schema documentation).
![Hover](/img/docs/tools/Ide/vs-code/Hover.gif)
- **Diagnostics:** Warnings and errors in KCL file.
> Tips: You can enhance the effect of diagnostics by installing another plugin: [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens).
![Diagnostics](/img/docs/tools/Ide/vs-code/Diagnostics.gif)

Other useful features such as refactoring and testing are in development.
Expand Down

0 comments on commit ec03b58

Please sign in to comment.