CoffeeTags icon indicating copy to clipboard operation
CoffeeTags copied to clipboard

Include class references in generated tags

Open semanticart opened this issue 11 years ago • 1 comments

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?

semanticart avatar Aug 21 '14 15:08 semanticart

+1 this would be awesome!

adambiggs avatar Aug 25 '14 16:08 adambiggs