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

First pass dictation #7

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

First pass dictation #7

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

Comments

@CodesAway
Copy link
Owner

Basic grammar (will likely change a little over time)
Dictate code and add to file (automatically import necessary classes)

Class names look at current file's imports as well as all imports which have at least one part mentioned (such as "hash map" would look for anything with "hash" or "map" then check for similarities.

Method names won't do matching yet (in future release)

Variable names will check local variables and parameters for initial release.

@CodesAway CodesAway added the enhancement New feature or request label Dec 6, 2020
@CodesAway CodesAway added this to the v0.1.0 milestone 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