[Tex/LaTex] Confusing code auto-completion in TeXnicCenter yields double \begin

auto-completioneditorstexniccenter

I have experience in programming Python in NetBeans and using the code hints with Ctrl+Space or Tab is a breeze. Here is my experience with using the code hints in TeXnicCenter:

When I type the following:

\begin{d

I will then get a popup that says:

\begin{document}

\end{document}

At this point I eagerly press Ctrl+Space. But to my dismay, I get the following:

\begin{\begin{document}

\end{document}

Any tips on how to use code hints / code completion in TeXnicCenter?

Best Answer

Start typing only the name of the environment, e.g. docu, press the code-completion shortcut, and TexnicCenter will create it with \begin, and appropriate braces. I've been tripped off by this in the beginning as well, but apparently it's supposed to save more typing.