Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:


  1. Download project(git clone https://github.com/IlyaChvanov/change-style-of-naming.git)

  2. Run it

  3. Enter the directory path

  4. Enter the path of the file yuo want to change

  5. Enter what you whant to change

  6. Enter necessary style

  7. Enter the original style

  8. Enter if you want to change the existing file or create a new one

  9. 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)