I know, its not a good practice, but is there a way in Android Studio to suppress warning "Commented out code (n lines)
"?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Adding
noinspection
to the first line of the comment works for me:Use this way, this works for me in both Android Studio and Intellij Idea: