generated from jetbrains-academy/kotlin-course-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93013dd
commit 03ad6ac
Showing
3 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
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
4
psiSection/introductionToPsiLesson/TryPsiViewerLesson/task.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |