Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Android R. being stripped when using smart completion result, how to turn off?

$
0
0

As per the title, say I'm typing:

 

'textView.setText(R.string.T'

 

and then smart completion results show up and I choose "TEST", on hitting enter/tab to select the result, the line ends up like this:

 

'textView.setText(string.TEST)'

 

is there a way to change this to not drop the R.?

 

'textView.setText(R.string.TEST)'

 

I'm adding a lot of R.'s

 

Build: 123.155

OS X 10.8.2


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>