microsoft / microsoft/vscode-cpptools
Add code folding for "case" sections
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
I filed a feature request on VS at https://developercommunity.visualstudio.com/idea/1020490/c-intellisense-add-code-folding-for-case-regions.html . Our implementation is shared with VS.
Originally posted by @sean-mcmanus in https://github.com/microsoft/vscode-cpptools/issues/407#issuecomment-624988706
Contributor guide
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 linked Visual Studio Developer Community request and the referenced vscode-cpptools issue comment, since the body says the implementation is shared with Visual Studio. Confirm the intended behavior for folding case sections there; done means the C/C++ extension provides the requested folding behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100