Currently, the LaTeX outline is empty when you use a masterfile and several inputs. References work like a charm across the different input files (that BibTex intellisense <3), but the outline remains empty. It would be great if it would populate based on all the inputs.
Perhaps only updated after a build if it would otherwise ruin performance?
It was already mentioned in #332, but that was raised for a different reason (CMD+click on file capabilities).
Thanks for the great plugin! I ditched TeXstudio and TeXlipse right away 馃
outline works for one master file and several inputs. It might not work well for multiple master files. Could you provide some reproduce files?
Please provide a minimal working (or rather breaking) example for debug. Thanks.
document.tex:
\documentclass{article}
\begin{document}
\section{Test}
\input{test}
\end{document}
test.tex:
\section{Stuff}
Previously, for me the outline wouldn't even populate. Just now, it sometimes populates. Sometimes complete, sometimes not. If it does, it takes ages to do so at best.
I'm aware this provides you with little input, sorry for that! On what files is the outline based? When is it populated?
Interesting. If you remove the spaces before \input, everything is fine. Looking for the bugged line now.
Many thanks for the fix! Clever to notice it could be the spacing.
This seems to be broken again!
Most helpful comment
This seems to be broken again!