Dreamweaver CS5 有哪些 PHP/JS 特定功能?

发布于 2024-09-13 02:47:51 字数 224 浏览 3 评论 0原文

我正在考虑是否使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

维持三分热 2024-09-20 02:47:51

不知道这是否会有帮助,因为我不知道以前的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文