Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
680 contributions in the last year
Contribution activity
September 2020
- pepeiborra/lsp-test Haskell
Created a pull request in haskell/ghcide that received 10 comments
Fully asynchronous request handling
#727 made the Shake queue able to concurrently handle more than one rule, but ghcide still handled LSP requests sequentially. This change makes the…
+172
−24
•
10
comments
- Don't typecheck parents when there are no known files
- Write ifaces on save
- Expose `getCompletionsLSP` to allow completions in hls
- Add a test case involving -fno-warn-missing-signatures
- Show documentation on hover for symbols defined in the same module
- GHC 8.8.4 & 8.10.2
- Don't report nonsense file names
- Bump bounds of hie-bios for 0.7.0
- Fix `.hie` file location for `.hs-boot` files
Created an issue in haskell/haskell-language-server that received 1 comment
Duplicate add extension suggestion
HLS gives me two quick fixes to add the same LANGUAGE extension: One of them is coming from the ghcide plugin, the other one's coming from the Pra…
1
comment

