Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 669
Frodik Avatar asked Apr 28 '13 13:04

Frodik


1 Answers

I found the answer by playing with it a bit. From what I've seen the answer suggested on the bug tracker is not exactly correct. The replies there by flangefrog are mine.

Type something like <div class= now your cursor should be in between two quote or double quote characters. You can now type the other type of quote character and it will change your preference.

like image 186
Michael Lawton Avatar answered Jan 01 '23 08:01

Michael Lawton