Hey Guys,
I was just wondering, is there a way to make NotePad++ auto completion work similar to DreamWeaver CS3's? Like in Dreamweaver if you want to make a form, and you can't remember the proper html for it it'll give you a small list of 'smart' options, not this list of everything like NotePad++ currently does for me.
Like, in Dreamweaver when I use it I get the following list of choices for the code:
<input type=" ">
Inbetween the " " I get the choices for: button, submit, check box, password radio etc etc, but only about a dozen VALID suggestions. When I do the same thing in NotePad ++ i get... nothing.
Is there a way to make this auto completetion.. well 'smarter'? Like make it only suggest valid things for this kind of stuff, and in PHP as well?
Or is there another free editor that has this 'smart' auto-completion?
Thanks
-Den