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

Allow dictating inport #6

Open
CodesAway opened this issue Dec 6, 2020 · 0 comments
Open

Allow dictating inport #6

CodesAway opened this issue Dec 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@CodesAway
Copy link
Owner

First pass would use class names based on imports

So, allow specifying import

  • Could say just simple name
  • Or part of fully qualified name (such as util list for Java.util.List or Java logger)
  • Would then look at all available classes (JDK, dependencies - like projects)
  • Give preference for classes in current project or imported in other files
  • Index all imports with frequency - so can find more likely import for specific class
@CodesAway CodesAway added the enhancement New feature or request label Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant