mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
link platform UI guidelines
This commit is contained in:
parent
bb40ed7a3d
commit
a46936de0c
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user