UI in place of the text editor in IntelliJ

how do i embed a UI in area of text editor in IntelliJ, thus, replacing the text editor completely? Is there a function which i can look into?

0

The FileEditorProvider and FileEditor interfaces allow you to provide a non-text UI for editing a specific virtual file, shown in a regular editor tab. Examples of this UI in IntelliJ IDEA include the diagrams and the UI designer.

0

请先登录再写评论。