atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Display HTML/CSS-Symbols in Symbol List #1637

Open paulsans opened 10 years ago

paulsans commented 10 years ago

For programming and scripting languages, method definitions and variable declarations are being displayed in the symbol list, which is very helpful at times. For web development it would also be helpful, if CSS-Classes and IDs would be displayed. I guess this will not be a hard job.

In HTML, there's not being displayed anything either except JavaScript or PHP unless it's used. You could display HTML-specific Symbols such as main branches or sections.

Just some suggestions which would make web development in Chocolat a lot easier!

locks commented 10 years ago

This could get unwieldy really fast, especially for HTML no? Maybe for HTML just the document outline or something along those lines?

As for CSS, never try to guess how hard a job is ;) It could be useful though.