Search code examples
htmlnetbeanscode-completioncode-hinting

NetBeans HTML Code Hinting/Completion for Attributes


Has anyone had success with getting NetBeans to display code hinting/completes for html attributes? Yes, it can auto complete tags, but I can't seem to find a definitive answer on whether or not there is a plugin or option to enable completion for attributes akin to Dreamweaver's style.

This is in Dreamweaver:

And this is in NetBeans:

Can NetBeans mimic this feature through a plugin or an obscure option I can't seem to find?


Solution

  • If you create a new file of type "HTML" (using file->new file, type->other->html), the attributes will be suggested when you open, say a "" tab. This, I assume, is what you are looking for (me too!). However, I have noticed that you do not get the same if you create a "php web page", Sorry this does not completely answer the question but it may point you in the right directon. Netbeans needs to be configured to apply the same intellisense dictionary to a php web page (and whatever type of webpage you are editing) that it applies to a html type page