This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Adding textDocument\foldingRange support for the language server #66
Open
Description
Is your feature request related to a problem? Please describe.
Being able to collapse long docstrings/adjacent single line comments/adjacent open statements into single lines can greatly improve readability (prime example: Quantum Katas, Basic Gates task).
Describe the solution you'd like
Support for the textDocument\foldingRange language server protocol message.
Describe alternatives you've considered
N/A
Additional context
Currently working on this for the OneWeek hackathon!