Aarush Bhat

Results 34 comments of Aarush Bhat

Amm, it goes into a loader and then nothing happens, it just doesn't open, no errors popping up or anything. I am not sure how to generate the debug information,...

Same issue with `ghc 9.2.2` as well > Enabling cabal flag `ghc-lib` for package `stylish-haskell` should help. Example: > > ``` > cabal install --constraint "stylish-haskell +ghc-lib" stylish-haskell > ```...

Very useful, but will it get chaotic sometimes and may feel spammy to the user?

> > Very useful, but will it get chaotic sometimes and may feel spammy to the user? > > People can disable it anytime, and I think there won't be...

Can someone please mention this in the readme with the arch installation guide? It took my a lot of searching and then I landed on this issue 😅

> > Can someone please mention this in the readme with the arch installation guide? It took my a lot of searching and then I landed on this issue sweat_smile...

@kokobd I have started to implement Folding Ranges. Is there any reference/documentation for Code Range that I can use to understand it better?

cc: @michaelpj

> It would be nice to post a screencast here and add some tests to `hls-code-range-plugin/test` Here is a screen recording of the feature: ![folding-ranges](https://user-images.githubusercontent.com/54478821/184468510-7c0d5182-c684-48ef-9b39-3866dc2309df.gif)

@kokobd, I have added the integration test but I'm not sure if this is the correct behaviour. So the test case(`plugins/hls-code-range-plugin/test/testdata/folding-range/Function.golden.txt`) I have added is what the test is generating...