mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
This commit is contained in:
parent
a12a455bf0
commit
cf25071a0b
@ -4,7 +4,9 @@ title: PSI Cookbook
|
||||
---
|
||||
|
||||
|
||||
This page gives a list of recipes for the most common operations for working with the PSI (Program Structure Interface) of IntelliJ Platform. Unlike [Developing Custom Language Plugins for IntelliJ IDEA], it talks about working with the PSI of existing languages (such as Java).
|
||||
This page gives a list of recipes for the most common operations for working with the PSI (Program Structure Interface) of IntelliJ Platform. Unlike
|
||||
[Developing Custom Language Plugins](/reference_guide/custom_language_support.html),
|
||||
it talks about working with the PSI of existing languages (such as Java).
|
||||
|
||||
### How do I find a file if I know its name but don't know the path?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user