I am sorry if a similar question has already been asked, but I'm not exactly sure what to search for to find what I am trying to accomplish.
When you type in texmaker, say for instance, \begin(x) it automatically fills in \end(x), which is obviously very useful, but I would like to know if it is possible to extend this autocomplete functionality.
I would like to edit the auto complete for \include(figure) to automatically add other sections which I always add as follows
Code: Select all
Code, edit and compile here:
\include(figure)\centering\includegraphics[width=0.45\textwidth]{}\caption{}\label{}\end{figure}
Thank you!