1
votes

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

1 Answers

2
votes

It's all in the documentation:

  1. From the Atom menu, click on Preferences > Install, search for remote-edit, click “Install”

  2. Use the command-line apm install remote-edit

  3. Somewhere between pure GUI and command-line is the command palette. Once triggered, type *“install packages”, then follow the steps from 1.)