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.
Please sign in to leave a 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)