Skip to content

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 03 Aug 10:42
· 67 commits to main since this release

Better function summaries

  • Hover shows the full explanation. The hover peek no longer truncates the cached summary to one sentence — the whole explanation is there, wrapping and scrolling as needed.
  • Anywhere on a signature line works. Hovering a function's parameters, parentheses, or keywords shows its summary — no need to land exactly on the name.
  • Inline chips are gone. The end-of-line "— This function …" chips crowded the code and were truncated anyway; the hover peek (and the OUTLINE panel, where the toggle still applies as "Outline summaries") is their better home.
  • No more empty hover boxes. A hover with nothing to say renders nothing.

Full Changelog: v0.1.9...v0.1.10