mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
906 B
906 B
Editors
The Editors section overview.
This section covers working with text in the IntelliJ Platform editor.
Editors FAQ
How do I get the active editor instance?
Current select editor(s) can be queried from FileEditorManager
.
From an Action's DataContext
, use CommonDataKeys.EDITOR
.
For a given PSI Element, use PsiEditorUtil.findEditor()