Are there any plugins covering context hints?
This might be usefull, and many other editors have this functionality incorporated.
For instance: if you type plain html: "<input" and then a space, it would be great to have a pulldown menu to choose an attribute like type, name etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I meant REAL context hinting: not a whole list of html tags, attributes and others.
If you type an opening tag for let's say input "<input" you don't want to see irrelevant context like "!doctype". The only hints you want to see are the attributes for the tag 'select'.
does it make sense?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are there any plugins covering context hints?
This might be usefull, and many other editors have this functionality incorporated.
For instance: if you type plain html: "<input" and then a space, it would be great to have a pulldown menu to choose an attribute like type, name etc.
CTR+SPACEBAR... nevermind!
I meant REAL context hinting: not a whole list of html tags, attributes and others.
If you type an opening tag for let's say input "<input" you don't want to see irrelevant context like "!doctype". The only hints you want to see are the attributes for the tag 'select'.
does it make sense?