适用于 PHP 和 CSS 的 Dreamweaver cs5(或 cs 5.5)自动关闭(大括号)

发布于 2024-11-10 10:35:58 字数 349 浏览 0 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(2

迷途知返 2024-11-17 10:35:58

Aptana 是 Dreamweaver 的开源解决方案,它可以为您完成此任务。

Aptana is an open source solution to Dreamweaver, which does this for you.

后知后觉 2024-11-17 10:35:58

这不是 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.

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