当服务器文件同时位于本地和远程时,PhpStorm 中的就地服务器配置有何意义?

What is the point of in-place server configuration in PhpStorm when server files are both local and remote at the same time?

PhpStorm 中的就地服务器配置有何意义,如就地服务器配置文档中所定义:

The web server is running on your computer, your project is under its document root (for example, in the /htdocs folder), and you do your development directly on the server.

那么,当我直接从我的服务器 editing/using 文件时建立服务器连接有什么意义,而且它们同时是本地和远程的?

此外,我已经根据就地服务器的文档设置了所有内容,但是当我打开远程主机时找不到任何服务器window。

通过此服务器连接设置,您可以让 IDE 在您的现场网络服务器上预览您的文件,而不是 IDE 内置网络服务器 (http://localhost:63342)当您单击浏览器栏上的浏览器图标时