Hello bradleya65462991,
Can you please let us know the DW version and OS version where you are running into the issue.
You can find DW version and build number About Dreamweaver window:
- Win: Help menu->About Dreamweaver
- Mac: Dreamweaver CC menu->About Dreamweaver
You can disable auto completion of quotes and brackets with 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.
Autocompletion of quotes and brackets will be now disabled.
Also when you opened the brackets.json, can you please let us know if showCodeHints flag is set to true or false.
This flag will be set to false when you deselect and click on Apply button in Preferences window thereby disabling code hints in code view: "Edit Menu > Preferences > Code Hints > Enable Code Hints".