How to make Netbeans use single quotes in HTML tag attribute autocomplete?

535 Views Asked by At

When I type attribute in tag Netbeans automatically add two quotes:

<form method="|">

I want to make it use single quotes:

<form method='|'>
2

There are 2 best solutions below

1
On BEST ANSWER

I'm afraid, but it's pretty sure that double quotes are hard-coded into NetBeans.

0
On

From my answer to a very similar question:

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.