Possible To Highlight Hard-coded String Literals And Navigate Between Them?
I can see that IDEA 13 marks if a string is hard-coded string literal. But the default highlight can be easily missed after you get tired of investigating the long class, and I fou
Solution 1:
Main menu - Analyze - inspect code Then wait until analyze will be completed. At the bottom menu "Inspection" choose: Android - Android Lint - Harcoded Text - double click on line
Post a Comment for "Possible To Highlight Hard-coded String Literals And Navigate Between Them?"