We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 692a26e + 62d973e commit 4cd21feCopy full SHA for 4cd21fe
plugins/hls-call-hierarchy-plugin/README.md
@@ -23,8 +23,17 @@ Enabled by default. You can disable it in your editor settings whenever you like
23
```
24
25
## Change log
26
+### 1.0.1.0
27
+- Support call from a type signature.
28
+- Support call from a function pattern.
29
+- Incoming call now will go to typeclass instance instand of its definition.
30
### 1.0.0.1
31
- Support call hierarchy on type signatures.
32
+### 1.0.0.0
33
+- Released!
34
+
35
+## Known issues:
36
+- Outgoing call have difficulty with going to typeclass instance due to `HieDb` lack of adequate info.
37
38
## Acknowledgments
39
Supported by
0 commit comments