This extension can remove comments from your code/ Hot keys CONTROL + K, CONTROL + Q. And also can format this if(some == null) return; to this: if(some == null) { return; } Hot keys CONTROL + K, CONTROL + J |
This extension can remove comments from your code/ Hot keys CONTROL + K, CONTROL + Q. And also can format this if(some == null) return; to this: if(some == null) { return; } Hot keys CONTROL + K, CONTROL + J |