Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to render TeX math comments in VS Code?

There is such an extension in VS: TeX Comments and the example:

enter image description here

I wonder if it's possible to do this in VS Code?

like image 968
C.K. Avatar asked Sep 01 '25 04:09

C.K.


1 Answers

Comment Formula is a newer extension which supports this. So far, it seems to work quite well:

While editing that line, you see:

enter image description here

While not editing that line, you see:

enter image description here

like image 81
SRobertJames Avatar answered Sep 02 '25 17:09

SRobertJames