Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Php Storm remote files editing

Tags:

phpstorm

I am new to PhpStorm. I want to edit files on remote host without mapping (like in PhpDesigner). I configured server, opened in on Remote Host window and I watch all files, but when I click on file it is not open in editor. How to do this?

like image 554
Roman Rybachok Avatar asked Sep 21 '13 12:09

Roman Rybachok


People also ask

Where is remote host in PhpStorm?

Getting access to the Remote Host tool windowView | Tool Windows | Remote Host - the tool window can be accessed this way after you have opened it using the Tools | Deployment | Browse Remote Host command.

How do I open a PhpStorm file?

In the editor, press Ctrl+Alt+F12 or in the context menu, select Open in | Finder. In the Reveal in Finder popup, select a file or a directory to open in a path finder and press Enter .

How do I edit a file in PyCharm?

Choose File | Open on the main menu and select the desired file in the dialog box that opens. Drag the required file from the Explorer (Windows), File Browser (Linux), orFinder and drop it to the editor. The file opens for editing in a new tab.

How do I connect to a remote server with IntelliJ?

Connect via SpaceLaunch IntelliJ IDEA. On the starting page, select JetBrains Space and click Connect to Space. Enter your organization URL and click Continue in Browser. In the browser window that opens, click Accept to grant the required permissions.


1 Answers

In new EAP version of PHPStorm You can edit remote file. http://blog.jetbrains.com/phpstorm/2015/04/remote-edit-in-phpstorm-9-eap/

like image 169
peektoseen Avatar answered Oct 02 '22 07:10

peektoseen