As the title says, it is possible to make a clickable link inside a comment to a script at a specific class definition?
I've added a function inside a python method of a class, I've put a comment using """ """
to display a description, inside the description I talk about another class but I would like to make a link on the class name that when clicked open the script at the line that define the class.
If vscode does not have this feature, do exist a plugin for it?