Skip to content

Commit

Permalink
Improving hover behavior (#1245)
Browse files Browse the repository at this point in the history
* restricting hovers in various unhelpful contexts, adding hovers on PPXes, and suppressing noisy multiline hovers
  • Loading branch information
awilliambauer authored May 11, 2024
1 parent c917d8a commit a98fe15
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 78 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

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

- Improve hover behavior (#1245)

Hovers are no longer displaye on useless parsetree nodes such as keywords,
comments, etc.

Multiline hovers are now filtered away.

Display expanded ppx's in the hover window.

## Fixes

- Detect document kind by looking at merlin's `suffixes` config.
Expand Down
Loading

0 comments on commit a98fe15

Please sign in to comment.