I use TeXstudio [1], which is really good with tables, and supports macros which tremendously help speed up the writing process.
When writing for group projects, we use Overleaf [2]. Its Git feature also makes it possible to write locally in TeXstudio and then push the changes to Overleaf.
However, I also do want to state that I ditched LaTeX completely by now since there is just too much headache involved. I am sticking with Markdown and HTML+CSS for the most part; weasyprint is really helpful when I have to generate PDFs.
This is unorthodox, but I use https://www.overleaf.com/ its a neat online editor where I can have my docs stored on the cloud and it has a PDF preview on the side, and you can compile it at the end.
I've been using Texmaker for the past 10 years for the few occasions I need to edit some LaTeX file. My needs are really basic so I'm not sure if I'm missing something compared to other editors.
You can even host your own overleaf instance, I used to be on vscodium + latex workshop like another commented, but hosting my own overleaf instance has made me more mobile and collaboration is a ton easier now
44 comments
[ 4.0 ms ] story [ 95.8 ms ] threadWhen writing for group projects, we use Overleaf [2]. Its Git feature also makes it possible to write locally in TeXstudio and then push the changes to Overleaf.
[1] https://www.texstudio.org/
[2] https://www.overleaf.com/
https://en.m.wikipedia.org/wiki/TeXShop
https://github.com/uibk-dps-teaching/DPS-LaTeX
However, I also do want to state that I ditched LaTeX completely by now since there is just too much headache involved. I am sticking with Markdown and HTML+CSS for the most part; weasyprint is really helpful when I have to generate PDFs.
I used it for both, my bachelor and master thesis as well as some other bigger projects.
1: https://www.lyx.org/
is the almost “instantaneous” quasi-WYSIWYG.
Wish there was something more hacker friendly (and hacker cred bestowing) that does instant, actual WYSIWYG.
I still have my neovim + texlab [1] setup just in case though.
[1]: https://github.com/latex-lsp/texlab
It has a compile button and syncing, that's all I want for a LaTeX editor.