alexeyr / company-auctex

company-mode autocompletion for auctex
49 stars 18 forks source link

Not completing \includegraphics #15

Open xuhdev opened 8 years ago

xuhdev commented 8 years ago

In the LaTeX source file (|^| is the cursor position), company-auctex does not give me the \includegraphics option, but M-TAB gives me this option.

\documentclass{article}
\usepackage{graphicx}

\begin{document}

\begin{figure}
  \include|^|
\end{figure}
\end{document}