diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 />  -* Go to definition +* Go to definition (cross-package) -* Find references +* Find references (cross-package) +  * Type of each expression<br /> <br /> |