I want to change the auto-completion of itemize from
\begin{itemize}
content ...
\end{itemize}
to
\begin{itemize}
\item content...
\item content...
\item content...
\end{itemize}
However, I tried to find the latex-document.cwl, latex-mathsymbols.cwl, and tex.cwl (which are the defaults autocomplete files) with no luck.
So, how can I make TeXStudio to change the autocomplete behavior of this specific macro?
itemizeand live happily. – Mar 07 '14 at 13:03