Colten Webb

Results 7 comments of Colten Webb

I'll try taking a look at this- it seems like range should be equal to selectionRange, at least for this example. I'll see if something breaks when doing this

So the reason `selectionRange` != `range` is that all the children of a given `DocumentSymbol` need to be sub-spans of the parent's range for editor tools like document outline to...

I'll be addressing these features in separate PRs, and track them here. - [x] show record-dot-syntax type info on hover: see #3016 - [ ] record field completions: https://github.com/haskell/haskell-language-server/pull/3080 -...

I've started brainstorming how to do the record field completions, so I'll write my thoughts here: For the record field completions, it looks like I might be able to extend...

@pepeiborra Would you mind doing another review? It should be good to go.

No, linking to the definition wasn't part of my work. I remember looking into it but I think it would've required some significant work in ghc at the time. [At...

Don't think so, a quick search didn't turn up anything