Dreamweaver CS5 有哪些 PHP/JS 特定功能?
我正在考虑是否使用 Dreamweaver CS5 还是 Zend Studio 来进行 Web 开发。我对 Dreamweaver 很满意,直到我尝试了 Zend Studio(以及 Netbeans)并意识到我错过了什么样的优秀代码格式化和完成功能。
我的问题是,最新版本的Dreamweaver是否支持:
- PHP/JS格式化
- 代码补全(包括自定义类)
I'm debating on whether to get Dreamweaver CS5 or Zend Studio for my web developing. I was happy with Dreamweaver until I tried Zend Studio (and Netbeans for that matter) and realized what kind of great code formatting and completion I was missing out on.
My question is, does the newest version of Dreamweaver support:
- PHP / JS formatting
- Code completion (including custom classes)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道这是否会有帮助,因为我不知道以前的 DW 版本有或没有什么。在开始新工作之前,我一直使用旧的 Homesite/Coldfusion Studio 编辑器,而我必须使用 DW CS5。对于 PHP 来说,它将有助于自动完成变量,包括 $_(whatever) 类型以及您之前在页面上定义的变量。
DW 还会检查诸如缺少“;”之类的内容当您执行一堆 function(calls(inside(other(functions())))) 时,行尾和括号未正确关闭。
如果您想要所见即所得部分,它就在那里,但是让它消失并保留在“仅代码”视图上是微不足道的。
不太清楚 JS 方面的情况。我通常通过 Firefox 工具进行调试。
希望有帮助。
D .
Don't know if this will help much b/c I don't know what previous versions of DW had or didn't have. I was using the old Homesite/Coldfusion Studio editor before starting a new job where I had to use DW CS5. For PHP it will help with auto completion of variables, both $_(whatever) type, as well as one's you've previously defined on the page.
DW also checks for things like missing ";" at the end of lines and brackets not being closed correctly when you're doing a bunch of function(calls(inside(other(functions())))).
If you want the WYSIWYG part, it's there, but it's trivial to make it go away and stay on a "code only" view.
Not sure about the JS side as much. I usually debug via Firefox tools.
Hope that helps.
D.