From 4b79b0f304a5c26bfb4fd41b35662d2494db690e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 23 Feb 2022 19:39:17 +0100 Subject: [PATCH] psi_cookbook.md: excerpt --- topics/basics/psi_cookbook.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/topics/basics/psi_cookbook.md b/topics/basics/psi_cookbook.md index db39a03e8..7c226a857 100644 --- a/topics/basics/psi_cookbook.md +++ b/topics/basics/psi_cookbook.md @@ -2,10 +2,14 @@ + +

This page gives recipes for the most common operations for working with the PSI (Program Structure Interface). -Unlike [Developing Custom Language Plugins](custom_language_support.md), it talks about working with the PSI of existing languages (such as Java). +

- > Please see also [Working with PSI efficiently](performance.md#working-with-psi-efficiently). +Unlike [Developing Custom Language Plugins](custom_language_support.md), it is about working with the PSI of existing languages (such as Java). + + > Please see also [Working with PSI efficiently](performance.md#working-with-psi-efficiently). > {type="tip"}