How to remove all comments from the specific file in Android Studio? [duplicate]
问题 This question already has answers here : Remove source file comments using IntelliJ? (5 answers) Closed 5 years ago . I have some big files in my project with many lines commented. Usually when I change something in my code, I comment unnecessary lines first and after testing remove them. But sometimes at the end there are too many comments in a big file, and it is hard to remove them. So, may be there is some function in Android Studio to 'clean up' file from comments (excluding javadoc