Text Formatting ⇒ LaTeX Productivity Boost?!
LaTeX Productivity Boost?!
I'm a math major at the University of Chicago, and I spend a lot of time writing math. I primarily use VS Code with the hs-snippets extension, which has been a huge productivity booster. Writing snippets for LaTeX has made my workflow much smoother. For example, instead of typing \frac{}{}, I can simply type "ff" and the snippet will automatically expand, placing the cursor in the first part of the fraction.
However, I've noticed that platforms like Overleaf and other online LaTeX editors don't offer this snippet feature, which is essentially a shortcut for your code.
I'm considering developing a free website that provides this snippet functionality without the need for downloading VS Code and setting up hs-snips. What do you all think of this idea?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
LaTeX Productivity Boost?!
welcome to the forum!
Good idea! You mentioned Overleaf, which has an auto-completion feature. When you start typing commands, it makes suggestions:
I simply type \n and get \newcommand{}[]{} suggested (and \newcommand{}{}), with the cursor in the first pair of braces. If it's an environment, it also adds the \end command.
If you develop such a feature yourself, great! It can be used for other online editors too, such as here in the forum, where we use the ace editor for code snippets and online compilable documents.
Stefan
LaTeX Productivity Boost?!
EDIT: Sorry, I didn't see the last part you didn't want to go through the effort of setting up the snippets with vscode. I'll just leave this up just in case.
