vim-textobj-function-javascript
vim-textobj-function-javascript copied to clipboard
Text objects for functions in javascript.
I think it wouldn't be too hard, but my Vimscript skills aren't quite there. It looks like you would just need another version of the find rage function, that would...
This plugin does not currently support this kind of functions: ```javascript const foo = () => ``` Thanks!
``` var foo = [1, 2, 3]; var bar = foo.map(x => x * x); ``` It would be nice if ES6 arrow functions (like the one above) were supported.