LaTexLearner wrote:I'm used to doing all of my LaTeX
in a single file, though, and compiling after every few lines of typing so I catch errors quickly.
That's a bit harder and slower now.
To me this sounds as if your workflow slowed down (and not compilation time)…
LaTexLearner wrote:Any tips on compiling my work more quickly? Is there any way to not have to switch files to check that my code is working?
Some editors know about master files…
I work with emacs/AUCTeX and if I have a large projects containing of several files I always mark the main file as master file and set said file as master of the files which are included. I then can compile without switching between files.
I know that TeXmaker and TeXStudio have similar concepts…
Regards