code_inspections_and_intentions.md: link Inspections text guidelines

This commit is contained in:
Yann Cébron 2021-04-12 18:41:22 +02:00
parent 64218e894e
commit e462902395

View File

@ -1,6 +1,6 @@
[//]: # (title: Code Inspections and Intentions)
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
### Inspections
@ -14,6 +14,8 @@ The main differences are:
- ability to configure the inspection options.
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 [Inspections](https://jetbrains.design/intellij/text/inspections/) topic in the IntelliJ Platform UI Guidelines on naming, writing description, and message texts for inspections.
**Examples**:
- [Code Inspections Tutorial](code_inspections.md)