Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folding Range LSP support #615

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

kv9898
Copy link
Contributor

@kv9898 kv9898 commented Oct 30, 2024

It seems that the call for folding ranges has been quite a while: posit-dev/positron#18, posit-dev/positron#2924, posit-dev/positron#3822.

I was initially only thinking about adding foldable comments, but it seems that doing this will disable the existing folding support for things like regions and brackets. Therefore, I rewrote these functionalities also.

The PR already supports the folding-range-handling of brackets, regions, code cells and nested comment sections:

image

For the handling of regions and code cells, I'm currently implementing a simple lookup of regex, which respects the existing behaviour and disregards any nested structures. I note that this kinds of get messy when you are also using the nested comments. But maybe that's a separate issue?

@kv9898
Copy link
Contributor Author

kv9898 commented Nov 12, 2024

@lionel- is there anything else I can help to do?

@lionel-
Copy link
Contributor

lionel- commented Nov 15, 2024

@kv9898 We just need to get some time to look at this. Probably next week.

@kv9898
Copy link
Contributor Author

kv9898 commented Nov 15, 2024

@kv9898 We just need to get some time to look at this. Probably next week.

Thank you! I was worried that you were working on some breaking changes that would cause a merge conflict. It's a little bit difficult to rebase everything at this stage.😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants