mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
glossary.md: Add Code Insight term
This commit is contained in:
parent
701f501ecc
commit
4aed07643d
@ -30,6 +30,9 @@ Blocking Context
|
||||
: `java.util.concurrent.CancellationException`, `kotlin.coroutines.cancellation.CancellationException` (typealias in stdlib), `kotlinx.coroutines.CancellationException` (typealias in kotlinx-coroutines)
|
||||
<br/>→ _ProcessCanceledException_
|
||||
|
||||
Code Insight
|
||||
: Code insight is a common name used for auto-completion, inspections, intention actions, type inference, and other features related to the code analysis.
|
||||
|
||||
Coroutine
|
||||
: A [Kotlin coroutines](kotlin_coroutines.md) execution unit allowing for handling concurrency and asynchronous tasks efficiently with a sequential/imperative code style.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user