适用于 PHP 和 CSS 的 Dreamweaver cs5(或 cs 5.5)自动关闭(大括号)
我是 Dreamweaver 的新手,我找不到这个简单问题的解决方案。
在编写 PHP 代码时,是否可以在 DW 中自动关闭括号和大括号?
我的意思是,如果我输入这个:
if (
我想自动关闭到这个:
if ()
或者如果我输入这个:
if () {
我希望它自动关闭到这个:
if () {}
就像 PHPDesigner 一样。
这可能吗?如果是这样,怎么办?
I'm new to dreamweaver, and I couldn't find a solution to this simple question.
Is this possible to auto close parenthesis and curly parenthesis in DW while coding PHP?
I mean, If I type this:
if (
I want to autoclose to this:
if ()
Or if I type this:
if () {
I want it to autoclose to this:
if () {}
Like PHPDesigner does.
Is that possible ? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Aptana 是 Dreamweaver 的开源解决方案,它可以为您完成此任务。
Aptana is an open source solution to Dreamweaver, which does this for you.
这不是 Dreamweaver 提供的功能,尽管 Mac OS X 用户可以安装 AutoPairs 自动执行此操作,基于每个应用程序。
That's not a feature Dreamweaver offers, although Mac OS X users can install AutoPairs which does this automatically, on a per-application basis.