0

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

<form method="|">

I want to make it use single quotes:

<form method='|'>
Simon Perepelitsa
  • 20,350
  • 8
  • 55
  • 74

2 Answers2

0

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.

Michael Lawton
  • 1,460
  • 1
  • 14
  • 25
-2

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

pestaa
  • 4,749
  • 2
  • 23
  • 32
  • I wish we could. You can try adding a macro/snippet, but that won't seamlessly integrate with the editor though. – pestaa Nov 05 '09 at 16:38