Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyachvanov/change-style-of-naming
This program changes style of naming variables, functions and classes
https://github.com/ilyachvanov/change-style-of-naming
overloading regular-expression ui
Last synced: about 1 month ago
JSON representation
This program changes style of naming variables, functions and classes
- Host: GitHub
- URL: https://github.com/ilyachvanov/change-style-of-naming
- Owner: IlyaChvanov
- Created: 2024-05-25T18:55:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T13:20:17.000Z (2 months ago)
- Last Synced: 2024-10-31T14:21:07.684Z (2 months ago)
- Topics: overloading, regular-expression, ui
- Language: C++
- Homepage:
- Size: 36.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Change style of naming
### This program changes style of naming variables, functions and classes(for example PascalCase -> snake_case, snake_case -> camelCalse etc.)
### Code style - https://google.github.io/styleguide/cppguide.html### How to work:
- Download project(git clone https://github.com/IlyaChvanov/change-style-of-naming.git)
- Run it
- Enter the directory path
- Enter the path of the file yuo want to change
- Enter what you whant to change
- Enter necessary style
- Enter the original style
- Enter if you want to change the existing file or create a new one
- Confirm your input
### Examples
![functions-command](pictures/change_func.jpg) ![](pictures/change_func(1).jpg)
----------------------------------------------------------------
![functions-command](pictures/change_class_first.jpg)![](pictures/image.jpg)