- fix: Adjust minimal vscode version
- fix: Multi-line cursor empty selections. Thanks to @rcoopr for the contribution.
- fix: highlight entire line when used on empty selection. Thanks to @rcoopr for the contribution.
- Changed the keybind
when
clause - Ensure clipboard is always triggered
- Multi-cursor support to allow highlighting and copying complex multi-cursor selections. A big thank you to @DaelonSuzuka for implementing this feature and pointing out the bug.
- Implemented tests
- Default keybinding to enhance user accessibility and quick usage. Thanks to @DaelonSuzuka for the contribution.
- Now the extension uses the internal VSCode command
editor.action.clipboardCopyAction
- Updated README
- Minor tweaks to README.
- Minor tweaks to README.
- Minor tweaks to README.
- Initial release of the extension.