Skip to content

Automatically write import lines #132

@johncadengo

Description

@johncadengo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions