Can I make use of the PyCharm terminal emulation?

Hi,
the PyCharm blog mentions a terminal emulation which is capable to run VIM, for example.
"PyCharm comes with a pretty complete terminal emulation environment – and you can even run vim in it if you like to"

Is it possible to make use of this in a plugin? If yes, which class is the starting point?

Thank you!
Wallaby

0

Depending on what kind of use you want to make of it. The starting point is SshConsoleRunner in the remote-run plugin.

0
Avatar
Permanently deleted user

Basically I want to run Bash in it to have a proper terminal emulation for the BashSupport plugin.
I'll have a look at the class you mentioned.

Thank you!
Wallaby

0

We've looked at implementing local terminal support too, and this turned out to be far more difficult than a terminal over SSH. So I'm afraid this won't be a direct help.

0

请先登录再写评论。