Skip to content

Commit

Permalink
Add psi viewer gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiginamaria committed Jan 16, 2024
1 parent 93013dd commit 03ad6ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions psiSection/introductionToPsiLesson/TryPsiViewerLesson/task.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Follow a `useful tools` link in [PSI Documentation main page](https://plugins.jetbrains.com/docs/intellij/psi.html)
and find an action which provides an ability to see and analyze PSI tree of opened file.

![View PSI documentation](./../../../common/src/main/resources/images/psi-viewer-doc.gif)

Now, I’d want you, **Jonsi**, to look at to PSI tree of `Person.kt` file
and select PSI elements presented in it?

<div class="hint" title="How to find PSI Viewer?">

Use `Tools | View PSI Structure of Current File...` action to access PSI tree

![View PSI in IDE](./../../../common/src/main/resources/images/psi-viewer-ide.gif)

</div>

0 comments on commit 03ad6ac

Please sign in to comment.