quarto-dev / quarto-dev/quarto
Fold all code blocks in `.qmd` file when editing in VSCode
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
It would be great to have a command that folds all code blocks to "get them out of the way" while working on the text of .qmd file. I work in VSCode, so I have in mind a command that would be accessible from the Command Palette.
(This is reposted from discussion #5643 in the CLI repo, but this is a more appropriate home.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the VSCode integration and the request reposted from discussion #5643, then inspect how existing Command Palette commands are registered for .qmd editing. Done means a command is available in VSCode and folds all code blocks in the current .qmd file while leaving prose visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100