+9
embedded Command Line Interpreter
I think i would be cool if you embed and command line interpreter, so we can control our project easier, for example after I changed my source code I want to commit the changes, if there was and command line interpreter I could do it without leaving SublimeText.
In general adding such functionality makes the app more independent from other apps.
In general adding such functionality makes the app more independent from other apps.
Служба підтримки клієнтів працює на UserEcho
While that can be quite cool, with the CWD synced with the current file, and some env vars with the file path etc, I think the idea is that you don't need any of this since you have the python API.
In your example of committing changes, that can definitely be done via a plugins.
You can also assign a shortcut to commands like "Open PowerShell here".