-
Notifications
You must be signed in to change notification settings - Fork 77
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
auto completes not work. #23
Comments
Same here! While typing the |
Try updating Sublime Text. |
I have it installed for the Sublime Text 3 on Windows and cannot get the completions to pop-up at all. I have confirmed that the package is installed and I have some of the Javascript Completion Tools available, just the pop-ups aren't working. I have saved the file as a ".js" file just to make sure it wasn't file specific, but it still isn't working. For example the following code isn't showing an auto-complete menu. Even starting to type "document" doesn't pop-up a menu. |
I was actually able to get this to start working. I enabled auto-complete for AngularJS and Nativescript, restarted the program and then the menu started showing up. Disabled AngularJS/Nativescript autocompletions again as I'm not using them right now but it seems to have done the trick. |
I don't have Update...I found out that... var myArray = [1,2,3,4,5,6];
myArray. no popup shows but if I do |
Not working here either. Example: Sublime 3 (3126) |
Could you post the logs from Sublime text's console please? |
I had to restart Sublime Text 3 before mine started showing up. |
Hm actually it seems like sometimes it just doesn't show up in some documents? 2 files with the same extension in the same directory but one shows completions and the other I have to push ctrl+space?? edit: Closing and reopening the document (not ST3 itself) fixed this. |
@diazgilberto my plugin can't recognize from something like: var myArray = [1,2,3,4,5,6];
myArray. if you want that the popup shows up, you must write something after the dot, like this: var myArray = [1,2,3,4,5,6];
myArray.pu //now popup must shows up This is a limitation of this plugin! However i'm developing a Beta version where i use Flow ( a static type checker from Facebook ) to implements new features and better autocomplete! I will post it on github, under another branch, so all of you can download it and test it! @GameKyuubi can you post the logs from the sublime text's console please? |
Fear enough. |
@pichillilorenzo Sorry, it's not happening any more :/ |
@GameKyuubi ok! Let me know if it happens again! Thanks |
@kvmaker any news with the new version?? |
I know this is an old issue, but like @GameKyuubi said, in my case "Closing and reopening the document (not ST3 itself) fixed this". |
I still can't make it work |
Mine is not working too |
autocompletion is not working |
install this plugin first https://packagecontrol.io/packages/SublimeCodeIntel |
Not working !! |
I Just install JavaScript-Completions on OSX, but the completion function not work.
The text was updated successfully, but these errors were encountered: