mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
using_kotlin.md: Analysis API
This commit is contained in:
parent
24f4aa2b60
commit
df6c003de8
@ -258,7 +258,10 @@ Instead, specify system property `idea.kotlin.plugin.use.k2=true` explicitly (se
|
||||
|
||||
### Analysis API
|
||||
|
||||
[Kotlin Analysis API Documentation](https://kotlin.github.io/analysis-api/index_md.html)
|
||||
The Analysis API is a powerful library for analyzing code in Kotlin.
|
||||
Built on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference targets, expression types, declaration scopes, diagnostics, and more.
|
||||
|
||||
See [Kotlin Analysis API Documentation](https://kotlin.github.io/analysis-api/index_md.html) for details.
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user