atom-haskell-archive / haskell-ghc-mod

haskell-ghc-mod atom package
https://atom.io/packages/haskell-ghc-mod
MIT License
69 stars 20 forks source link

Feature request: Go-to-definition to fall back to the other method #196

Open varosi opened 7 years ago

varosi commented 7 years ago

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 time:

  1. Try to press first Go-To-definition
  2. If it doesn't find anything, I try second method

It will be useful if there is an option to choose which method is primary so when it fails automatically to try the other method.

I always prefer any answer than no answer in searching. Currently similar to this is working type information in hints. There is secondary method for finding information. Which in my opinion is great option.