From 866bfff6ff41a2796329c6bb28db688cbfeed2b8 Mon Sep 17 00:00:00 2001 From: Alexey Kiryushin Date: Fri, 16 Nov 2018 16:19:03 +0300 Subject: Add cross-package 'find references' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 67ccb72..a6b0ce8 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,10 @@ Reading and understanding code is an essential part of the software development * Types (actual type, instantiated type, instance resolution tree) and documentation on hover. Types are interactive: left-click on a type constructor -> go to definition, right click on a type constructor -> show kind signature.
![Hover](https://haskell-code-explorer.mfix.io/hover.png) -* Go to definition +* Go to definition (cross-package) -* Find references +* Find references (cross-package) + ![References](https://haskell-code-explorer.mfix.io/references.png) * Type of each expression
![Expression](https://haskell-code-explorer.mfix.io/expressions.png)
-- cgit v1.2.3