https://github.com/dundee/underscorify
Atom package - converts camelCase names to under_score names
https://github.com/dundee/underscorify
Last synced: about 1 year ago
JSON representation
Atom package - converts camelCase names to under_score names
- Host: GitHub
- URL: https://github.com/dundee/underscorify
- Owner: dundee
- Created: 2016-04-08T13:32:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T15:16:32.000Z (about 10 years ago)
- Last Synced: 2025-01-30T07:29:00.857Z (over 1 year ago)
- Language: CoffeeScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Underscorify package
Converts camelCase names to under_score names.
Shortcut : ``` ctrl-alt-shift-u ``` / ``` cmd-alt-shift-u ```
```python
#before
doSomethingGood()
# after
do_something_good()
```