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
Latex commands are defined like this \newcommand{\newcommandname}[Number of Arguments]
Is it possible to add a variable number of braces when completing a command, for example make \begin complete to \begin{}, and make the braces "jumpable" like with snippet plugins?
I would be willing to look into it, but I'd love a suggestion on where to start.