- Change search word regExp from '\w+' to '[^\\s`~!@#$%^&*()-=+\\[{\\]}\\|;:\'",\\.<>/?]+'
- Restore default search word regExp to '\w+'
- Change search word regExp from '\w+' to '((?![. <>`'"!@#$%^&*()=+]).)+'
- Added option to change search word regExp
goToWord.matchRegExp
- Added execute command
actions.find
after select word - Added back to previous position after cancel search
- Added keywords
- Added icon
- Improve display selected word
- Added execute command
removeSecondaryCursors
to remove multiple selections
- Initial release
- Added
goToWord.find
command - Added execute command
editor.action.addSelectionToNextFindMatch
after select word