How to force netbeans html autocompletion to use double quotes instead of single quotes?

I use NetBeans 7.3 and I like its autocomplete features. However, in this new version 7.3, when I type <script src=, it automatically creates two single quotes, like this: <script src='|'. However, I need those quotes as double quotation marks <script src="|".

I searched everywhere in configurations and found no way to force NetBeans to use double quotes instead of single quotes. Does anyone know any way or workaround? Thanks in advance for any tips and help.

+5
source share
3 answers

, . , , , , . flangefrog - .

- <div class=, . , .

+12

, , <script src="|" . , , ? Windows 7 atm.

Btw mine NetBeans - ( 7.3) - , , , .

, html , xhtml - . xhtml, "" .

, . ...

0

You can download and install the previous version if version 7.3 is not critical beyond version 7.2.)

https://netbeans.org/community/releases/72/

Also, consider checking for a solution that sometimes one encoder detects when addressing a similar problem (Linux platform too).

https://netbeans.org/bugzilla/show_bug.cgi?id=228535 (see bottom of the screen)

0
source

All Articles