开发者

Dreamweaver cs5 (or cs 5.5) auto close (curly) parenthesis for PHP and CSS

开发者 https://www.devze.com 2023-03-09 04:38 出处:网络
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'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?


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


That's not a feature Dreamweaver offers, although Mac OS X users can install AutoPairs which does this automatically, on a per-application basis.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号