Context
For Python-development I use both Microsofts VSCode and JetBrains Pycharm.
Both IDEs support markdown in the tooltip of the docstrings. Anyhow, in VSCode the markdown for code is the commonly used backtick "`" while the JetBrain-IDE(s) use square brackets "[]".
When switching between IDEs it becomes a little annoying that I cannot figure out a way to enable VSCode using the brackets instead of the backticks as well.
Here is some screenshot viusalizing the "issue":
Questions
First question: Does anybody know a VSCode option to either change this in the settings or some plugin allowing to do so?
While being at this topic: Other IDEs also allow not to only highlight in the tooltip (like "test" in the screenshot) but actually link it to the respective declaration/definition.
Second question: Does any option/plugin for VSCode exist allowing linked references in the tooltips?
While these seem to be rather simple high level questions I couldn't find any answers/resolutions so far...