You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be something odd about the handling of \newcommand in class files: sometimes the contents get shown in the generated hover previews, for example \newcommand{\myclass@foo}{bar} gets rendered in the beginning of the hover preview as foobar. Changing the \newcommand to a \def avoids the rendering, but clearly the \newcommand shouldn't be rendered.
(This in the VSCode version.)
The text was updated successfully, but these errors were encountered:
There seems to be something odd about the handling of
\newcommand
in class files: sometimes the contents get shown in the generated hover previews, for example\newcommand{\myclass@foo}{bar}
gets rendered in the beginning of the hover preview asfoobar
. Changing the\newcommand
to a\def
avoids the rendering, but clearly the\newcommand
shouldn't be rendered.(This in the VSCode version.)
The text was updated successfully, but these errors were encountered: