17

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?

jub0bs
  • 58,916

1 Answers1

20

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{@}.