I'm using Atom editor and I want to edit files in the remote server, the 'remote-edit' package seems may solve my problem. But I can't find any information on how to install it, any suggestion?
1
votes
1 Answers
2
votes
It's all in the documentation:
From the Atom menu, click on
Preferences > Install
, search forremote-edit
, click “Install”Use the command-line
apm install remote-edit
Somewhere between pure GUI and command-line is the command palette. Once triggered, type *“install packages”, then follow the steps from 1.)