UNPKG

select-part-of-word

Version:

An extension that allows you to move selection by a word in camel-case string.

3 lines (2 loc) 112 B
let sel = textEditor.selections[ 0 ], newPos = this._movePositionRight( textEditor.document, sel.active );