This does not work anymore.
Anytime I type the following
( { ' or "
the system automatically closes and adds on ) } ' and "
Which is simply awful. I can not understand why anyone would want that to happen, closing tags like </, ok, sure thats useful, but closing brackets and parenthesis makes the coding process very annoying and hard.
Please fix this ASAP.
To disable auto completion of quotes and brackets in Dreamweaver please follow below steps:
- Quit Dreamweaver
- Open following file in a text editor:
- Win: %appdata%\Adobe\Dreamweaver CC 2018\en_US\Configuration\Brackets\brackets.json
- Mac: ~/Library/Application Support/Adobe/Dreamweaver CC 2018/en_US/Configuration/Brackets/brackets.json
- Set below 2 flags in the file to false which are set to true by default.
- "autoCloseQuotes": false,
- "autoCloseBraces": false,
- Save and close the file
- Launch Dreamweaver.
Auto completion of quotes and brackets will be now disabled.