Sublime Text 是适用于 Web 开发人员和其他程序员的优秀原生文本编辑器。使用 ftp 功能对用户不友好,所以我的问题是第二个:
使用 sublime 文本编辑器在本地工作的最佳实践是什么?
主要问题是:
- 在本地主机上进行一些更改(数据库在本地主机上,而不是在远程服务器上)后,我想立即在远程服务器上看到结果。
请给我一些实用的信息。
Sublime Text 是适用于 Web 开发人员和其他程序员的优秀原生文本编辑器。使用 ftp 功能对用户不友好,所以我的问题是第二个:
使用 sublime 文本编辑器在本地工作的最佳实践是什么?
主要问题是:
请给我一些实用的信息。
对于Windows,一个允许与远程自动同步(包括删除)并允许添加排除规则的好工具是WinScp
对于Mac,同样可以使用Yummy FTP Watcher完成
NetBeans IDE 可在 mac 和 windows 上使用,并且 8.0.2 版本具有完美的上传保存功能,还更新了文件添加和删除的删除。
Take a look at the Sublime SFTP package by wbond, the creator of Package Control. It works for FTP, SFTP, and FTPS connections, allows syncing of files/folders (in both directions), and is pretty much invaluable for this kind of work. It costs US$16, but is definitely worth it.
Alternatively, if you're on a Mac, check out Transmit. It allows you to map SSH/FTP shares as a local volume, so you can use any program, not just Sublime. It's US$34, but very much worth it.
For other operating systems, google "FUSE" (file system in user space). Many Linux distros have packages available for various solutions, and there are versions for Windows as well. They essentially do the same thing as Transmit in allowing you to map a network resource to a local drive/volume.