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?
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:autocompletes to
\tinwithout any curly braces.Have I misconfigured something or is this not a feature yet?