Cody Hoover
Cody Hoover
Currently the extension relies on ghc-mod, but is there functionality that ghc-mod doesn't provide that we can pull from ghc directly? [Ghci docs](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghci.html#ghci-cmd-:loc-at)
Per @nebtrx in #56 > `Go to symbol` works pretty fast in my environment but `Show all symbols` doesn't. When you take a look at the server log, it says...
ghc-mod has not supported GHC 8 This comment https://github.com/DanielG/ghc-mod/issues/798#issuecomment-231638428 suggests that it is supported in ghc-mod 5.6.0 which appears to be released on hackage [here](https://hackage.haskell.org/package/ghc-mod-5.6.0.0) - [X] - Temporarily disable...
https://hackage.haskell.org/packages/.json https://hackage.haskell.org/packages/docs
vscode does not provide token information through an api the way that [atom does](https://atom.io/docs/api/v1.1.0/ScopeDescriptor). Potential solution: Use https://github.com/Microsoft/vscode-textmate
- [ ] CompletionProvider - [ ] Insert import - [ ] Setup keyboard commands for type/info under cursor - [ ] Get additional path options from configuration (Edit: I...
See if enabling and disabling and can be called by a debugger such that the dimming automatically occurs around the debugged line.