Releases: Issafalcon/lsp-overloads.nvim
Releases · Issafalcon/lsp-overloads.nvim
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
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
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
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