How to integrate PuTTY into Sublime Text 2

╄→гoц情女王★ 提交于 2019-12-13 21:05:01

问题


As I learn more about ST2 and use it more, I really like the power and comprehensive capability of running all of my IDE editing activities through the ST2 tool.

I have read and know that it is possible to integrate and emulate a terminal session on a server directly in ST2.

I have PuTTY installed locally on my WinXP machine.

Does anyone have simple step-by-step setup snippet on how to get PuTTY configured in ST2 so you can telnet directly into a server through the ST2 interface?

Thanks.


回答1:


Sublime Text does not support external user interface elements.

The best you can get for the terminal is SublimeREPL:

https://github.com/wuub/SublimeREPL

However, this approach is crippled several ways, because Sublime Text is a text editor, not terminal software, and one should not try to force a squere peg in a round hole.

You can still integrate, though. My recommendation is that you try to do a setup where you run both Sublime Text and Putty on your computer, so that the window layout allows easily switch between each other. Also with some scripting you can execute terminal commands from Sublime Text keyboard shortcuts.



来源:https://stackoverflow.com/questions/20380253/how-to-integrate-putty-into-sublime-text-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!