opening and editing files in editor from ssh conection Permanently deleted user 创建于 2021年02月11日 18:34 I just established a ssh connection of my development server with Pycharm. My question is how to edit selected file in Pycharm? How could I bring it up to editor?
Technically, you could use a remote host tool window , but this is not how PyCharm is designed to work with remote hosts.
Instead, you map a local project folder to a remote one, edit your files locally, and PyCharm automatically synch them with remote host.