Menu

HTML&CSS struct. summary (like Funct. List)

2007-04-28
2012-11-14
  • Nobody/Anonymous

    It would be cool if there was a plugin that can display a summary of the HTML or CSS structure for the current document (like in the Aptana plugin for Eclipse or similarly to what does the function list plugin).

    The big advantage of it is:
    * keeping an eye to the whole structure of the document
    * fast access to tags and style elements
    * big document coding is simpler :-)
       

     
    • Nobody/Anonymous

      thanks

       
    • mejobloggs

      mejobloggs - 2007-05-04

      The css can be done through the function list. In the next release of the plugin, you will be able to apply the following to css files, and it will give you the css structure in the function list:

      Function List Name = [a-zA-Z0-9_#.]+
      Body begin = {
      Body end = }