-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I'm not sure if this is already a feature or not. I'd like to be able to write a line of code which requires an imported symbol and have it suggest that I import that symbol.
For example, if I entered in the code:
public void onTabReselected(TabLayout.Tab tab) { }
Then it would ask me to import this:
import com.google.android.material.tabs.TabLayout;
Or at least indicate that the symbol is not located in the current imports and that it should be imported. Does that request make sense?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels