时间:2021-07-01 10:21:17 帮助过:18人阅读
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "sftp",
"save_before_upload": true,
"upload_on_save": true,
"sync_down_on_open": true,
"sync_skip_deletes": false,
"sync_same_age": true,
"confirm_downloads": false,
"confirm_sync": false,
"confirm_overwrite_newer": false,
//远程主机
"host": "10.211.55.10",
"user": "xushengbin",
"password": "xushengbin",
"port": "22",
"remote_path": "/data/www/wwwroot",
//下面这些匹配项,不同步。
"ignore_regexes": [
"\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
"sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
"\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini","/log/","/bin/"
],
"extra_list_connections": 4,
"connect_timeout": 30,
"preserve_modification_times": true,
}
我就不信只有我在用Editplus。
现在在用phpDesigner 7,很不错。
试试PhpStorm!好工具不多说,谁用谁知道!
人家说IDE嘛,推荐PHPStrom,比Eclipse+php好多了。代码补齐,重构,代码阅读等方面都很好使,另外还集成了SVN等,提交代码时会做静态检查(类似PC-Lint,当然由于PHP语言本身的特性,有些Warning其实不是问题),还有对HTML,CSS,JS,JQuery等都有良好的支持。