CoffeeTags
CoffeeTags copied to clipboard
Include class references in generated tags
Awesome project. I really appreciate how well it maps functions and variables.
I would really love if it would also dump out tags for the class names themselves.
E.g.
class Animal
constructor: (@name) ->
move: (meters) ->
alert @name + " moved #{meters}m."
Currently spits out tags for constructor and move. If it also spat out a tag for Animal, then I could jump to Animal from another file that references the Animal class.
Would you consider adding this? Or am I missing an existing option that triggers this behavior?
+1 this would be awesome!