link platform UI guidelines

This commit is contained in:
Yann Cébron 2023-03-23 16:42:06 +01:00
parent bb40ed7a3d
commit a46936de0c
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@
**Product Help:** [Code Inspection](https://www.jetbrains.com/idea/webhelp/code-inspection.html), [Creating Custom Inspections](https://www.jetbrains.com/idea/help/creating-custom-inspections.html) **Product Help:** [Code Inspection](https://www.jetbrains.com/idea/webhelp/code-inspection.html), [Creating Custom Inspections](https://www.jetbrains.com/idea/help/creating-custom-inspections.html)
**Platform UI Guidelines:** [Inspections](https://jetbrains.design/intellij/text/inspections/)
</tldr> </tldr>
The IntelliJ Platform provides tools designed for static code analysis called _code inspections_, which help the user maintain and clean up code without actually executing it. The IntelliJ Platform provides tools designed for static code analysis called _code inspections_, which help the user maintain and clean up code without actually executing it.

View File

@ -8,6 +8,8 @@
**Product Help:** [Intention Actions](https://www.jetbrains.com/help/idea/intention-actions.html) **Product Help:** [Intention Actions](https://www.jetbrains.com/help/idea/intention-actions.html)
**Platform UI Guidelines:** [Inspections](https://jetbrains.design/intellij/text/inspections/)
</tldr> </tldr>
This topic describes the [conditional_operator_intention](%gh-sdk-samples%/conditional_operator_intention), a sample plugin that adds a new [intention action](https://www.jetbrains.com/help/idea/intention-actions.html) to the IDE Intentions list. This topic describes the [conditional_operator_intention](%gh-sdk-samples%/conditional_operator_intention), a sample plugin that adds a new [intention action](https://www.jetbrains.com/help/idea/intention-actions.html) to the IDE Intentions list.