-
Notifications
You must be signed in to change notification settings - Fork 11
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
Autocomplete not working. #53
Comments
Thanks for the report. I can replicate the issue when not in The beta version will replace the current implementation soon so would be good if you do have problems with it. It has pretty decent test coverage and uses an AST instead of regexes so should be more reliable. |
Same here, setting beta: true did not help. My config:
|
Re-reading the issue. Currently writing Please plus 1 this if you want the enter to extract the function information from
|
edit: pardon, my bad. Needed to rebuild package. Now shortcut works, but autocomplete still not. |
Reopening to add this feature. |
FWIW, one can get some autocomplete behavior with https://atom.io/packages/docblockr (though it adds more info, based on what is below) |
Tried entering
/**[ENTER]
while over a JS function in a .js file, but it doesn't do anything.Pressing the key shortcuts does work.
The text was updated successfully, but these errors were encountered: