Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete unimported classes by simple name #20

Closed
alexander-yakushev opened this issue Mar 4, 2015 · 1 comment
Closed

Complete unimported classes by simple name #20

alexander-yakushev opened this issue Mar 4, 2015 · 1 comment

Comments

@alexander-yakushev
Copy link
Owner

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.

@alexander-yakushev
Copy link
Owner Author

The solution is implemented in 6df7b81.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant