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

auto completes not work. #23

Open
kvmaker opened this issue Nov 27, 2016 · 20 comments
Open

auto completes not work. #23

kvmaker opened this issue Nov 27, 2016 · 20 comments

Comments

@kvmaker
Copy link

kvmaker commented Nov 27, 2016

I Just install JavaScript-Completions on OSX, but the completion function not work.
Uploading image.png…

@redeemefy
Copy link

  • OS: OSX 10.11.6
  • Sublime Text 3: Build 3126

Same here! While typing the function keyword doesn't prompt anything.

@jscheel
Copy link

jscheel commented Dec 15, 2016

Try updating Sublime Text.

@BrandonSM
Copy link

BrandonSM commented Jan 5, 2017

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.
var element = document.

@BrandonSM
Copy link

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.

@redeemefy
Copy link

redeemefy commented Jan 29, 2017

I don't have AngularJS/Nativescript in the default JavaScript-Completions.subime-settings file.

Update...

I found out that...

var myArray = [1,2,3,4,5,6];
myArray.

no popup shows but if I do ctl+spacebar the popup window shows up.
It is any setting I need to change to automate the popup window?

@franciscolourenco
Copy link

Not working here either. Example: document.cre... doens't suggest anything.

Sublime 3 (3126)
macOS 10.11.6

@pichillilorenzo
Copy link
Owner

Could you post the logs from Sublime text's console please?

@GameKyuubi
Copy link

I had to restart Sublime Text 3 before mine started showing up.

@GameKyuubi
Copy link

GameKyuubi commented Mar 7, 2017

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.

@pichillilorenzo
Copy link
Owner

pichillilorenzo commented Mar 7, 2017

@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?

@redeemefy
Copy link

Fear enough.
Thank you!

@GameKyuubi
Copy link

@pichillilorenzo Sorry, it's not happening any more :/

@pichillilorenzo
Copy link
Owner

@GameKyuubi ok! Let me know if it happens again! Thanks

@pichillilorenzo
Copy link
Owner

@kvmaker any news with the new version??

@7h3m4dS0u1
Copy link

I know this is an old issue, but like @GameKyuubi said, in my case "Closing and reopening the document (not ST3 itself) fixed this".
tnx

@WajdiMakhlouf
Copy link

I still can't make it work
this is the log from the console: (many errors like that, just posted a single one)
File "/home/wajdi/.config/sublime-text-3/Packages/JavaScript Completions/_generated_2018_02_11_at_20_21_24.py", line 571, in run
region = get_start_end_code_highlights_eval()

@Adebayo27
Copy link

Mine is not working too

@iamrs77
Copy link

iamrs77 commented Nov 17, 2019

autocompletion is not working

@fcrezza
Copy link

fcrezza commented Feb 21, 2020

install this plugin first https://packagecontrol.io/packages/SublimeCodeIntel

@abdes-zakari
Copy link

Not working !!

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

No branches or pull requests