haskell-ghc-mod icon indicating copy to clipboard operation
haskell-ghc-mod copied to clipboard

haskell-ghc-mod atom package

Results 23 haskell-ghc-mod issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. Install Atom (https://atom.io/) 2. Install Stack (https://docs.haskellstack.org/en/stable/README/#how-to-install) 3. In some folder run: 1. `stack new scribble` 2. `cd scribble` 3. `stack install ghc-mod hoogle hasktags...

bug

Although I have installed the required packages for Haskell support in Atom, the menu for Haskell support does not appear next to the Help menu or anywhere else. I have...

ghc-mod master doesn’t work with GHC 8.4.3/Stack LTS 12, but according to https://github.com/DanielG/ghc-mod/issues/931 , there’s a branch that does. Any thoughts on how to get that version of ghc-mod working...

I have written about that elsewhere, but this is what EclipseFP was doing before in Eclipse for cabal-based projects into a sandbox. It think that this will help with easier...

enhancement
in progress

Support for different ghc-mod versions (located on different paths) and running correct one depending on the used GHC version by the project. Currently it's only single path, so I have...

enhancement

Hi! Could we imitate the feature from [ctags](https://github.com/yongkangchen/atom-ctags/commit/970ca17630e1dd4eee04f82ab98baf5e08562c17) ? It seems ctrl+click is not allowed because atom uses it so alt will have to do [link](https://github.com/yongkangchen/atom-ctags/issues/2 ) Edit: I'm not...

enhancement

As I understand now there are two methods for "go-to-definition". They have two separate menu items which are situated on different places (not one near another). Currently I do each...

enhancement

Is there a possibility of jumping to the source code of your project dependencies through 'Go to Declaration' command? It seems like a killer feature to me, is it not...

enhancement

Now HLint could give suggestions to change something in more than one screen of information. Such large hints hide whole page of code behind them. It will be great if...

enhancement

Something like double click on suggestion or right-click with something. Similar feature were available in EclipseFP before. Is it useful and speed-up applying of those suggestions.

enhancement