SS-Salt
SS-Salt

Reputation: 139

Android Studio: How do I re-include an excluded library from auto-complete?

So I've recently excluded java.text from my auto-complete feature by right-clicking on it and then pressing the "remove from code-completion" function. How do I include it back?

Upvotes: 3

Views: 2016

Answers (1)

Nissim R
Nissim R

Reputation: 552

Go to File -> Settings -> Editor -> General -> Auto Import.

There is a exclusions box over there from where you can remove the library you wish to re-appear in code completion.

enter image description here

Upvotes: 10

Related Questions