-
### Issue and Steps to Reproduce
After updating to the latest version of Nuclide, my autocomplete/snippet suggestions dropdown stopped showing up.
### Expected Behavior
When typing, the autocomp…
-
Like for the Atom plugin, I suggest making your own grammar, which would merely extends Haskell. It also gives the opportunity to add autocompletion (#11).
My real issue: I regularly use Ctrl+Enter…
-
Still could not use this Haskell code:
```haskell
readingTimeField :: String -> Snapshot -> Context String
readingTimeField key snapshot =
field key calculate
where
calculate :: Item String…
-
Hi! Not exactly sure what I'm meant to be doing with this repository; would have been nice to get some sort of heads up with the editing invitation. I don't know that much Haskell and am generally pre…
-
1. Set up REPL pointing to a ghci wrapper exe in settings and open REPL
=> works
2. rename ghci wrapper exe so configuration is now invalid
3. open REPL
=> REPL just fails (data entry / live reloa…
-
[Enter steps to reproduce below:]
1. Open any file, .hs and others
2. Bang!
Seems to be a upstream API broken? I can find some similar issue, like [this](https://github.com/OmniSharp/omnisharp-atom/i…
-
@farzadbekran discovered that it is clunky to load lots of atom functions through the tutd console because it requires special quoting and only one function can be imported at-a-time. An improvement h…
-
From https://github.com/ndmitchell/hlint/issues/238, http://stackoverflow.com/questions/37224366/how-to-resolve-an-unsupported-extension-regularpatterns-error and https://github.com/atom-haskell/ide-h…
-
i have the impression this error occurs twice and seems related to the lack of a cabal file in the super directory of project. it is a mulitpackage project similar in structure to the example (in a si…
-
package.yaml
```
default-extensions:
-- QuasiQuotes
```
.hlint.yaml
```
- arguments:
- -XQuasiQuotes
```
hlint will run from the command line with no hints for a file that includes s…