neoclide / coc-vimtex

vimtex integration for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-completion for user-defined commands does not add braces

Rintse opened this issue · comments

When I autocomplete \frac, it nicely gets completed to \frac{..}{..}, reflecting the number of arguments of the command.
When I autocomplete user-defined commands (\newcommand) this feature seems to be missing:

\newcommand{\tin}[1]{\text{in} \; #1}

autocompletes to \tin without any curly braces.
Have I misconfigured something or is this not a feature yet?