Menu

Context Hints

2007-07-10
2012-11-14
  • Nobody/Anonymous

    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.

     
    • Nobody/Anonymous

      CTR+SPACEBAR... nevermind!

       
    • Nobody/Anonymous

      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?