We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/** @name C2 */ class C { /** */ method() {} }
The path for method ends up using C as the name because that is what is used in the ast.
C
We should get the name from the comment but I'm not sure how to get the comment from the ast node? @tmcw Is there a mapping?