Skip to content

Releases: Issafalcon/lsp-overloads.nvim

v1.4.1

26 May 11:04
78f4cf5
Compare
Choose a tag to compare

1.4.1 (2024-05-26)

Bug Fixes

  • wrap mapset() in nvim_buf_call (caff3e5)

v1.4.0

13 Apr 15:44
be3486a
Compare
Choose a tag to compare

1.4.0 (2024-04-13)

Features

  • default-highlighting: Adds default highlighting (41dd5ca)

Bug Fixes

  • content: Updates signature content code (fa0826b)

v1.3.1

17 Oct 06:34
f7afc7a
Compare
Choose a tag to compare

1.3.1 (2023-10-16)

Bug Fixes

  • settings: Fixes silent setting and adds note to README (49c789d)

v1.3.0

13 Aug 08:43
42d68e9
Compare
Choose a tag to compare

1.3.0 (2023-08-13)

Features

  • 29: Prevents signature window trigger when entering tuple args (dedf7de)

v1.2.1

11 Apr 19:26
91a933b
Compare
Choose a tag to compare

1.2.1 (2023-04-11)

Bug Fixes

  • mapping-deletion: Swallows the keymap deletion error (e5fff62)

v1.2.0

10 Apr 12:28
1c882f3
Compare
Choose a tag to compare

1.2.0 (2023-04-10)

Features

  • autotoggle-cmd: Adds the LspOverloadsSignatureAutoToggle command (e2e941a)
  • close-event-option: Adding close events options (002356a)
  • float-above-cursor: Adding option to try and float window above (6366a57)
  • mappings: Allows existing mappings to not conflict with defaults (5e96dee)
  • oop: Fixing setup and teardown of signature models (0292319)
  • toggle: Updates polynomial approach to toggling the signature (d3da67d)
  • trigger-command: Adds a manual command to trigger the popup (7b59bf5)

Bug Fixes

  • offset-y: Adding in fix for the offset being too high (d26a950)

v1.1.0

13 Oct 06:52
ad00f4e
Compare
Choose a tag to compare

What's Changed

  • Bug fixes:

    • Updating handler to handle single signature methods by @Issafalcon in #7
  • Features:

    • feat(config): Adding more config options for popup customization by @Issafalcon in #10

Full Changelog: v1.0.0...v1.1.0

Initial MVP release

07 Jul 08:19
Compare
Choose a tag to compare

First release as MVP

  • Minimal features:
    • Auto popup of signature based on language specific trigger characters
    • Mappings to navigate between overloads and parameters in signatures
    • Autocommands to remove mappings when signature popup is removed