I am using NetBeans 7.3 and I like its autocompletion features. However in this new 7.3 version, when I type <script src=
it creates automatically two single quotes like this: <script src='|'
. However I need these quotes to be double quotes: <script src="|"
.
I have looked everywhere in configs and did not find a way how to force NetBeans to use double quotes instead of single ones. Anybody knows any way or workaround ? Thanks in advance for any hints and help.