microsoft / microsoft/language-server-protocol
Add support for hint range in folding range request
Open
@aeschli is already working on this.
Since Apr 12, 2019.
feature-request
folding ranges
- Dominant language
- TypeScript
- Stars
- 13k
- Forks
- 1k
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 10
Description
Outlining (folding range) in Visual Studio can provide hint support (hover to see details of what's collapsed). This often includes the line of code immediately before the collapsed section. Request to have a the protocol add a hint range so that can be used to provide preview text.
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.
Assessment
This issue has not been assessed yet.