Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to disable autocomplete brackets and parantheses

New Here ,
Dec 08, 2016 Dec 08, 2016

In DW CC 2017, how do you stop the editor from auto-closing parantheses and brackets?

Typing "function(" is converted to "function()"

I have never found this feature useful, and have never gotten used to it. I wish to disable it permanently, but I'm not sure how.

I have disabled all code hints, and searched both the forums and Google.

(Google seems to have no knowledge of the forum, possibly due to it being locked down behind a login?)

Please help, thank you.

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 08, 2016 Dec 08, 2016

Right now, CC2017 has a bit of a split personality. A lot of the old XML files from the previous version's code editor are still in the program and some of the functionality in the Preferences is still pointing to those no-longer-used, or used in limited fashion XML files.

DW now uses a watered down version of Brackets for its code engine. Brackets uses a separate set of files for many of its preferences, and as of now, not all of them can be modified from within the program interface.

The link Be

...
Translate
Community Expert ,
Dec 08, 2016 Dec 08, 2016

I Googled the subject and got How do i prevent that the code editor adds brackets, quotes, etc in Dreamweaver CC 2017?

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 08, 2016 Dec 08, 2016
LATEST

Right now, CC2017 has a bit of a split personality. A lot of the old XML files from the previous version's code editor are still in the program and some of the functionality in the Preferences is still pointing to those no-longer-used, or used in limited fashion XML files.

DW now uses a watered down version of Brackets for its code engine. Brackets uses a separate set of files for many of its preferences, and as of now, not all of them can be modified from within the program interface.

The link Ben gives does point to where those files reside on a Mac and you can make the edit to get the auto closing to stop. However, if you are on a PC, the location is a bit different...

Mac: Library > Application Support > Adobe -> Dreamweaver CC 2017 > your language > Configuration > Brackets > brackets.json

PC: C > Users > your username > AppData (hidden folder) > Roaming > Adobe > Dreamweaver CC 2017 > your language > Configuration > Brackets > brackets.json

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines