t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

use change-case npm function #977

Closed t9md closed 6 years ago

t9md commented 6 years ago

vmp have CamelCase, SnakeCase etc.. But I found change-case have more function.

This PR use change-case's function to do more string transformation with less code.