mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
code_inspections_and_intentions.md: link Inspections text guidelines
This commit is contained in:
parent
64218e894e
commit
e462902395
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user