mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
code_inspections_and_intentions.md: Remove the tip about UI guidelines as it is present at the top of the page
This commit is contained in:
parent
0cf2f5da23
commit
7d83cea5bc
@ -25,8 +25,6 @@ The main differences are:
|
|||||||
|
|
||||||
If none of that is required and the analysis only needs to run in the active editor, [Annotator](syntax_highlighting_and_error_highlighting.md#annotator) provides better performance (because it supports incremental analysis) and more flexibility for highlighting errors.
|
If none of that is required and the analysis only needs to run in the active editor, [Annotator](syntax_highlighting_and_error_highlighting.md#annotator) provides better performance (because it supports incremental analysis) and more flexibility for highlighting errors.
|
||||||
|
|
||||||
> See the [guidelines](inspections.md) on naming, writing description, and message texts for inspections.
|
|
||||||
|
|
||||||
**Examples:**
|
**Examples:**
|
||||||
- [Code Inspections Tutorial](code_inspections.md)
|
- [Code Inspections Tutorial](code_inspections.md)
|
||||||
- A [simple inspection](%gh-ic%/plugins/properties/properties-psi-impl/src/com/intellij/lang/properties/codeInspection/TrailingSpacesInPropertyInspection.java) for the [Properties language plugin](%gh-ic%/plugins/properties)
|
- A [simple inspection](%gh-ic%/plugins/properties/properties-psi-impl/src/com/intellij/lang/properties/codeInspection/TrailingSpacesInPropertyInspection.java) for the [Properties language plugin](%gh-ic%/plugins/properties)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user