nixd icon indicating copy to clipboard operation
nixd copied to clipboard

nixd/foldingRange: support `textDocument/foldingRange`

Open inclyc opened this issue 2 years ago • 2 comments

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_foldingRange

inclyc avatar Jun 18 '23 13:06 inclyc

Hi again @inclyc, what is needed to work on this first issue, it seems the previous assigned to me, got solved by someone else, they were more proactive than me.

For this one, there is the need to add support for the textDocument_foldingRange, there seems to be a list of exports FoldingRangeClientCapabilities and, adding support means that we have somewhere in our codebase all these capabilities ??

AkechiShiro avatar Sep 19 '23 15:09 AkechiShiro

Hi again @inclyc, what is needed to work on this first issue, it seems the previous assigned to me, got solved by someone else, they were more proactive than me.

For this one, there is the need to add support for the textDocument_foldingRange, there seems to be a list of exports FoldingRangeClientCapabilities and, adding support means that we have somewhere in our codebase all these capabilities ??

Thanks for your contribution!

I'm working on a big diff #257 that will change the frontend, which will affect this issue. For now I think we need to wait for #257 before making any changes, to avoid git conflicts.

inclyc avatar Sep 20 '23 00:09 inclyc