0

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 found no way to automatically navigate between them, so all the work has to be done manually which is very error prone as time passes.

Is there a way to highlight all hard-coded string literals like it does when we search for files?

And can we navigate withing them, again like we can during search?

sandalone
  • 41,141
  • 63
  • 222
  • 338

1 Answers1

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

Bastien Jansen
  • 8,756
  • 2
  • 35
  • 53
anber
  • 3,463
  • 6
  • 39
  • 68