haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 212 forks source link

Navigation between multiple components #1656

Closed backuitist closed 4 years ago

backuitist commented 4 years ago

It would be nice to be able to navigate between symbols of different components in a multi cradle setup. Currently it says "no definition found".

fendor commented 4 years ago

That is a nice feature request, but will not be addressed in hie! Such features will be implemented in the new umbrella project of the haskell language Server (hls), see #1525 https://github.com/haskell/haskell-language-server/

backuitist commented 4 years ago

Ok, should I create a ticket there and close this one?

backuitist commented 4 years ago

If you guys want a test project for this I created one there: https://github.com/backuitist/nix-haskell-multi-package

jneira commented 4 years ago

@backuitist create it in the new repo would be really nice, thanks!