[Tex/LaTex] How to make texmaker autocomplete commands that it doesn’t already autocomplete

auto-completiontexmaker

When I write

\begin{

in texmaker, I want it to suggest flalign} as a possible choice for autocompletion. At the moment, texmaker doesn't complete \begin{flalign} automatically; as a result, it also doesn't autocomplete \end{flalign}.

I've noticed that texmaker fails to autocomplete other commands too… Is there a way to enable autocompletion for those commands in texmaker?

Best Answer

In the menu, select User > Customize Completion. Then add \begin{flalign} to the list of commands. You can also specify arguments using @, e.g \foobar{@}.