-
Notifications
You must be signed in to change notification settings - Fork 0
mustah/readable-test-names
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
====================================================================== Intellij IDEA plugin - additional refactoring option of method names ====================================================================== It is now possible to refactor method names from camel case to be separated with under score. For example, if you write the method name: * "testShouldReturnNegativeNumber" then this new refactoring option will suggest these two alternatives: 1. "test_Should_Return_Negative_Number" and one without the "test"-prefix, as: 2. "Should_Return_Negative_Number" This new refactoring option can be found at the very bottom of the refactorings menu, called "Rename camel case to underscore".
About
Intellij IDEA plugin to refactor method name from camel case to under scored
Resources
Stars
Watchers
Forks
Packages 0
No packages published