I have defined a few custom commands using \newcommand in order to standardize figure sizes in a paper I am writing. For instance:
\newcommand{\bigfigure}[1]{\includegraphics[width=0.8\linewidth]{#1}}
However when using this command I don't get the handy autocomplete of the path to the image as I would when just using \includegraphics[]{...}. Is there anyway I can enable this feature for my custom commands?
I am using Overleaf as my editor.
\bigfigureshould have the same autocomplete behavior of\includegraphics, sorry! – imnothere Mar 22 '19 at 11:46