question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Proposal] add code formatter to latex-workshop

See original GitHub issue

A nice feature would be a code formatter with autoindents in latex and .bib files,

For exemple, for .bib files, with pretty columns

@article{CiteKey,
	author         = {{...}},
	title          = {{...}},
	journal        = {Phys. Rev.},
        (...)
}

Thank you for your awesome extension @James-Yu 👍 Regards, Jose

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
nfodecommented, Jul 12, 2017

@jose-a-sa Check this out: latex-formatter It is a basic latex-formatter for vscode using latexindent.pl, it may already have some features you need.

0reactions
jlelongcommented, Oct 10, 2019

There is already one available in the extension, see the wiki.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code - Latex Workshop - custom recipes file location
I want to use the vs code extension Latex Workshop and want to set up my own recipe for compiling the documents.
Read more >
Developing with GitHub Codespaces - Visual Studio Code
You can use local VS Code for Flutter development. LaTeX Workshop, The extension provides three kinds of features to help with LaTeX authoring:...
Read more >
VSCode LaTeX pdf preview line finder? - Stack Overflow
LaTex Workshop can do this. SyncTex is explained here. Note: you need Latex (e.g. MikTex) installed separatelly.
Read more >
Compiling LaTeX Locally on macOS with VS Code and Git ...
LaTeX Workshop comes with a compiling script, but it's better to set up a file in each LaTeX project's working directory called Makefile...
Read more >
My LaTeX Workflow – Editor - Alexander Zeilmann
There is an extensive documentation so I won't explain how to get started with Visual Studio code, but focus on the configurations for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found