Remove empty if block
Remove an empty 'if' block from an 'if' statement. Replaces it with the 'else' block when available.

Configuration
- Code Assist ID (for the configuration file):
remove-empty-if-block
- You can configure custom keyboard shortcuts with this code action kind:
refactor.p42.remove-empty-if-block
- This code assist provides refactoring suggestions. Learn how to configure the refactoring suggestion visibility.