aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexey Kiryushin <alexey.a.kiryushin@gmail.com>2018-11-16 16:19:03 +0300
committerGitHub <noreply@github.com>2018-11-16 16:19:03 +0300
commit866bfff6ff41a2796329c6bb28db688cbfeed2b8 (patch)
tree3da173b79af7727969116df212fba597fbddc3a3 /README.md
parentb5a3048a880c8ce1c2bfa795a39576d02f416be2 (diff)
Add cross-package 'find references'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
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.<br />
![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<br />
![Expression](https://haskell-code-explorer.mfix.io/expressions.png)<br />