wbond / sublime_terminal

Launch terminals from the current file or the root project folder
https://packagecontrol.io/packages/Terminal
MIT License
597 stars 117 forks source link

Replacement for ST's console? #172

Closed purefan closed 7 years ago

purefan commented 7 years ago

Hi!

My ideal scenario is to have the terminal inside Sublime Text, similar to how Visual Studio Code offers the terminal, is this possible or planned for Sublime_terminal?

wbond commented 7 years ago

That is not planned. Terminal emulators need to support all sorts of advanced features and trying to support all of those would take away from the development of Sublime Text as a text editor. Additionally, key bindings could get complicated as Sublime Text has it's own set of key bindings and then you'd have to try and resolve those against standard terminal emulator key bindings.

Since most operating systems these days support the ability to have multiple windows set up in a tiling-like configuration, it would be possible to have Sublime Text in one pane and your terminal emulator in the other. That way you get a best of breed text editor and terminal emulator, rather than a half-featured terminal emulator stuck in the middle of your text editor.