wmaurer/vscode-change-case

snake_case to upperFirst does not remove underscores/spaces.

amanangira opened this issue · 1 comments

When running the command on a text like snake_case. It would only transform the case but would no strip off the under scores. Resultant was Snake_case.

Closing this issue. Use the camel case instead.