Open
Description
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.