This commit is contained in:
Anna Bulenkova 2015-05-21 11:38:18 +02:00
parent a12a455bf0
commit cf25071a0b

View File

@ -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?