James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.62k stars 529 forks source link

Autocompletion of custom \newrobustcmd commands not working #4303

Closed dfigueira closed 3 months ago

dfigueira commented 3 months ago

Autocompletion does not seem to be working for \newrobustcmd custom commands. If in a file we have

\newrobustcmd{\foo}
...
Blah \foo blah....

If now I type \ I don't see \foo appearing as an intellisense autocomplete suggestion. Autocomplete for custom programs seems to only work with \newcommand definitions. It would be great if you could extend its usage to \newrobustcmd definitions as well!