IDE para PHP
Algunos IDE para PHP
Los mejores Editores e IDE de PHP
Extensiones:
If your latest files are on the server, you can start with an empty local folder, then download your project, and from that point sync.
-
-
- In
VS Code
, open a local directory you wish to sync to the remote server (or create an empty directory that you wish to first download the contents of a remote server folder in order to edit locally). Ctrl+Shift+P
on Windows/Linux orCmd+Shift+P
on Mac open command palette, runSFTP: config
command.- A basic configuration file will appear named
sftp.json
under the.vscode
directory. Edit the parameters to match your setup.
- In
-
For instance:
{
"name": "Profile Name",
"host": "name_of_remote_host",
"protocol": "sftp",
"port": 22,
"secure": true,
"username": "username",
"remotePath": "/public_html/project", <---- This is the path which will be downloaded if you "Download Project"
"password": "password",
"uploadOnSave": true
}
Start a free trial with GitHub Copilot
Más información:
sudo snap install phpstorm --classic
Deja una respuesta
Lo siento, debes estar conectado para publicar un comentario.