Jetbrains Plugin Custom TextEditor Rendering

107 Views Asked by At

How does one go about extending the jetbrains texteditor in a plugin to replace the text/characters/tokens with images/sprites?

1

There are 1 best solutions below

1
On

This is not possible in the current version of IntelliJ IDEA (2016.3). The only possibility is to use the EditorInlay API to insert custom-drawn fragments between characters in the editor.