Skip to content

Commit a98fe15

Browse files
Improving hover behavior (#1245)
* restricting hovers in various unhelpful contexts, adding hovers on PPXes, and suppressing noisy multiline hovers
1 parent c917d8a commit a98fe15

File tree

4 files changed

+402
-78
lines changed

4 files changed

+402
-78
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
- Support folding of `ifthenelse` expressions (#1031)
1010

11+
- Improve hover behavior (#1245)
12+
13+
Hovers are no longer displaye on useless parsetree nodes such as keywords,
14+
comments, etc.
15+
16+
Multiline hovers are now filtered away.
17+
18+
Display expanded ppx's in the hover window.
19+
1120
## Fixes
1221

1322
- Detect document kind by looking at merlin's `suffixes` config.

0 commit comments

Comments
 (0)