Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carbonicsoda/vscode-latex-fold

VSCode Extension - Folding Support for LaTeX Section Headers
https://github.com/carbonicsoda/vscode-latex-fold

folding latex vscode-extension

Last synced: 11 days ago
JSON representation

VSCode Extension - Folding Support for LaTeX Section Headers

Awesome Lists containing this project

README

        


LaTeX Fold Icon


LaTeX Fold for VSCode

Essential Folding Ranges Support for LaTeX

---

Designed to enhance VSCode with essential LaTeX folding range functionality

Adds support to fold the following section tags:

- `\part`
- `\chapter`
- `\section`
- `\subsection`
- `\subsubsection`
- `\paragraph`
- `\subparagraph`

and environment tags:

- `\begin{...}` - `\end{...}`

**Sections Folding**
![Section Folding Demo](https://github.com/CarbonicSoda/vscode-latex-fold/blob/master/media/demo-sections.png?raw=true)

> Section headers should not be malformed (_e.g._ without {}),
> else folding ranges will not be created.

**Environments Folding**
![Section Folding Demo](https://github.com/CarbonicSoda/vscode-latex-fold/blob/master/media/demo-envs.png?raw=true)

> Environment declaration commands should be balanced (_e.g._ no excess \end{}s)
> and never malformed (_e.g._ without {...}),
> else folding ranges will not be created.

---

_ Who would ever use MSWord if he got LaTeX...?_