Yghor Kerscher
Yghor Kerscher
Upon running `company-ghc-diagnose` all modules get loaded, but no candidates appear, and `ghc-mod` reports no errors either:  Further investigation shows that `ghc-mod browse` can see the...
For interactive users, it would be useful to provide shell completion. GNU Bash is widespread and a good candidate for first implementation. I can help by providing a PR, but...
# Problema Segundo a NBR 10520:2002, notas de rodapé não devem ser utilizadas quando o sistema numérico de chamadas for escolhido. Ao usar o pacote `abntex2cite`, nenhuma nota de rodapé...
Since one must have no type or kind errors to show types on expressions, one recurring pattern I use is to temporarily enable `PartialTypeSignatures` on the file and then [leave...
Whenever the user calls a `Prettify this file` command, it should be possible to run the file through [stylish-haskell](http://haddock.stackage.org/lts-3.13/stylish-haskell-0.5.14.3/index.html), updating the buffer immediately. Optionally, the user could leave an option...
When using the UnicodeSyntax language pragma, one should be able to substitute some ASCII sequences for Unicode characters [as shown here](https://downloads.haskell.org/~ghc/7.2.1/docs/html/users_guide/syntax-extns.html) and on the following table: | ASCII | Unicode...
Fixes #3
When calling `terraform-index *.tf` on a folder, you receive back the list of variables under `.Variables` in the return object. It would be useful to receive which type this variables...