Description
I am currently writing some relatively deep mathematical code, and I would like it if I could have some LaTeX notation rendered and embedded in the Python tooltips; I have tried writing an extension to render LaTeX in Python VSC, but I have determined it to be near impossible to embed it in the tooltips properly, and regardless, it would be much appreciated by me and I would think many others if LaTeX support was already built in. Not only would this serve to make me happy, because, of course, my happiness is certainly of the highest priority, but it would greatly offer science/math-heavy codebases the option to use more mathematically readable notation.
I have zero idea how it could be accomplished natively, the way I tried to render LaTeX with my extension was by using CodeCogs, but, seeing as VSC tooltips already supports Markdown, however, one way you might go about it is through MathJax or KaTeX.
I have no idea though, I'm not much of a super technical programmer as of right now and I'm merely only writing a suggestion, and while I wish I could offer some practical point to jump off from to help create my request, I am simply peanut-brained.