5

In the Netbeans (v 7.01) code complete options I have disabled:

All Languages -> Insert Closing Brackets Automatically
Html -> Equals sign (=) Keypress After Attribute Name Autocompletes Quote Set
Html -> Quote mark (") Keypress After Attribute Name Autocompletes Closing Quote

and yet if I type out the following html line:

<div class = "">

Netbeans corrects this to:

<div class = """>

So in other words, the IDE adds in an extra quote mark. The problem doesn't seem to happen in PHP scripts, only HTML. But I'm finding it extremely infuriating and I can't figure out how to stop it!

Anyone have any idea what's going on?

John Yeary
  • 1,112
  • 22
  • 45
Spoonface
  • 1,513
  • 1
  • 20
  • 29

1 Answers1

0

This is a bug in NetBeans. Bug 224340 HTML auto-completion adds extra quote on properties was opened on it. Please update the bug with any additional comments.

EDIT:

Added a video on Vimeo demonstrating the behavior. BUG#224340 NetBeans 7.2.1 HTML auto-completion adds extra quote on properties

John Yeary
  • 1,112
  • 22
  • 45