0

How can I make TexStudio autocomplete the commands in gb4e such as \begin{exe}? It doesn't suggest \begin{exe} automatically and doesn't autocomplete \end{exe}.

Thanks.

3 Answers3

0

You should look under Options->Configure TeXStudio->Completion and check the packages you want TeXStudio to search through when autocompleting commands.

Fato39
  • 296
0

I know this question is somewhat old, but I found myself in a similar situation yesterday and I think I have found a solution that might help others.

When I opened TexStudio today, some commands that did not autocomplete yesterday were working fine, but others were not. Also, I clearly remember that all commands autocompleted before.

So, here is what I figured out today. If you put all your commands in a separate file like me, TexStudio will detect them for the autocompletion unless those files are opened at least once. I found that everything was working fine after I opened all my command and packages files. I could close them afterwards and everything still works. If I close the TexStudio app, then I have to reopen the files otherwise the autocomplete does not work properly.

Hope this helps others !

Note that I use TexStudio on MacOS Sierra. I can't say if this makes a difference.