-
Notifications
You must be signed in to change notification settings - Fork 407
Add .tikz file completion for \input #2162
Copy link
Copy link
Closed
Labels
Description
As of now, if I am reading
Line 3657 in 5623fb4
| Complete `.tex` files. |
.tex files when \input is written. However, I would love to see it searching for .tikz files as well. I believe this is the normal way to include tikz files, e.g.
\begin{figure}
\centering
\input{filename.tikz}
\caption{}
\label{}
\end{figure}I would love to see completion for this as well.
Please correct me if this is not the right way to do / there is completion for tikz files, just not for \input.
Regards
Julian Hossbach
Reactions are currently unavailable