select-part-of-word
Version:
An extension that allows you to move selection by a word in camel-case string.
18 lines (10 loc) • 655 B
Markdown
# Change Log
All notable changes to the "Select part of word" extension will be documented in this file.
## 1.0.0
### Added
- [#21](https://github.com/mlewand/vscode-select-part-of-word/issues/21) - Added a changelog.
- [#22](https://github.com/mlewand/vscode-select-part-of-word/issues/22) - Added a AppVeyor continuous integration.
### Changed
- [#20](https://github.com/mlewand/vscode-select-part-of-word/issues/20) - Numbers are now threated as a separate character group.
### Fixed
- [#23](https://github.com/mlewand/vscode-select-part-of-word/issues/23) - Fixed a buggy behavior when going though unicode chars mixed with non-alphanum chars.