Hello,
I code some scientific applications (in Linux), and I often add some comments with latex mathematical expressions that then get interpreted when I print out the code, which is very useful.
Being a first time user of VS, because of F# which seems to thrive there, I discovered that if my mouse pointer stands over a function name, intellisense prints out the comments of that function that are written with three slashes ///, which is very nice and extremely useful.
Now, could it be possible for intellisense to interpret the comments and if there is some math expression, interpret it and display it in a nice mathematical form ?
Hopeful and candid, I tried :
/// This function computes $x^2$
but intellisense just printed that out verbatim.
Of course, it would be even better if VS was "latex aware"... everywhere, and not only in intellisense.
Yann