mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
* 2023.3 release: update pages, extension point lists * extension_point_list.md: restore deleted heading * 2023.3 release: code samples * 23.3 release: final
PSI Demo 
Reference: Navigating the PSI in IntelliJ SDK Docs
Quickstart
PSI Demo project demonstrates working with the PSI Navigation by implementing AnAction
that through the message dialog, informs about:
- an element at the caret,
- containing method,
- containing class,
- local variables.
Actions
ID | Implementation | Base Action Class |
---|---|---|
PsiNavigationDemo |
PsiNavigationDemoAction | AnAction |
Reference: Action System in IntelliJ SDK Docs