js-comint icon indicating copy to clipboard operation
js-comint copied to clipboard

smart way to detect current node

Open redguardtoo opened this issue 8 years ago • 0 comments

(js2-node-abs-pos (js2-node-at-point (1- (point))))
(js2-node-len (js2-node-abs-pos (js2-node-at-point (1- (point)))))

test [1, 2, 3].slice(0,2) maybe we can apply this into expand-region

redguardtoo avatar Jun 28 '17 05:06 redguardtoo