Kobayashi

Results 69 comments of Kobayashi

> Is there any reference/documentation for Code Range @sloorush "code range" is just a concept I come up with to unify selection range and folding range. The motivation is to...

It would be nice to post a screencast here and add some tests to `hls-code-range-plugin/test`

You are free to run `stylish-haskell` at any time. In fact, if you have followed [Style Guidelines](https://haskell-language-server.readthedocs.io/en/latest/contributing/contributing.html#style-guidelines) carefully, you should have installed a pre-commit hook, which runs `stylish-haskell` automatically for...

> why it is generating so many folding ranges for such a small function(`plugins/hls-code-range-plugin/test/testdata/folding-range/Function.hs`) which we can see in the screenshot has only 2 foldings. @sloorush It means that VSCode...

> Amm @kokobd, But I am not able to understand the logic of how these ranges are being generated. Like it seems very random, from the start of a line...

I'll pull and try it out locally. You may merge origin/master into your branch first, as some changes to `hls-code-range-plugin` have been made on master.

> Okay! Also should I squash my commits? or will it be done while merging Mergify will squash and merge for us.

What happened? There are still merge conflicts, and it fails to build. And almost everything is changed...

@michaelpj I always appreciate your unlimited energy on code reviewing! Many thanks!

It will be better to collapse the export list rather than the whole file when clicking on the folding marker at line 6. See below: @sloorush I think it's okay...