Sublime Forum

Add Panels like vscode (Problem, Output, Debug, Terminal)

#1

Sublime Text is a great editor and in many ways superior to others in the market. One area that seems to be lacking is built in constructs for package developers to use.

For example vscode has a UI panel (Problem, Output, Debug, Terminal) that package developers can make use of.

We know Sublime is a 2 person operation so you can’t create all the first party extensions other editors offer but are there plans to make the plugin API/UI better? It seems like right now a great deal of work is required for each plugin developer to generate their own UI elements and there are not many common elements to shortcut their work.

For example most plugs have to print to console or status bar.

1 Like