You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very often I'm rewriting something from Java or going through a tutorial, and I have to use a Java class I don't know full package name of. So I have either to Google it, or search somewhere else, then type in its full name into :import clause.
Solution: Context-check if we are inside :import and then allow completing full classnames by a simple name.
The text was updated successfully, but these errors were encountered:
Very often I'm rewriting something from Java or going through a tutorial, and I have to use a Java class I don't know full package name of. So I have either to Google it, or search somewhere else, then type in its full name into
:import
clause.Solution: Context-check if we are inside
:import
and then allow completing full classnames by a simple name.The text was updated successfully, but these errors were encountered: