Is it possible to create custom link between two places with a comment?

At the moment I can ctrl/command+click a function to see its uses or I can click a function being used to go to the declaration. Is there a way I can create this type of association in a comment.

I want to be able to ctrl/command+click a special comment and have my webstorm navigate me to another associated special comment or show me a list of associated special comments.

0
1 comment

No, there are no such features (except for using JSDoc @link and @see tags, but they allow jumping to declarations and not to the other comments)

1

Please sign in to leave a comment.