Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carbonicsoda/vscode-latex-fold
- Owner: CarbonicSoda
- License: mit
- Created: 2025-01-04T09:22:38.000Z (12 days ago)
- Default Branch: master
- Last Pushed: 2025-01-04T10:24:23.000Z (12 days ago)
- Last Synced: 2025-01-04T11:19:48.557Z (12 days ago)
- Topics: folding, latex, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
LaTeX Fold for VSCodeEssential 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...?_