Added
- [New Refactoring] "Simplify Boolean" thanks to @ipanasenko suggestion. Some refactorings may left you with logical expressions that look like
someCondition && true
and that can be simplified. This refactoring will take care of figuring out how.
Fixed
- @j4k0xb fixed "Inline Variable" when there was a shadowed parameter involved.