Giter Club home page Giter Club logo

Comments (20)

GameKyuubi avatar GameKyuubi commented on June 14, 2024 4

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.

from javascript-completions.

redeemefy avatar redeemefy commented on June 14, 2024 1

Fear enough.
Thank you!

from javascript-completions.

abdes-zakari avatar abdes-zakari commented on June 14, 2024 1

Not working !!

from javascript-completions.

redeemefy avatar redeemefy commented on June 14, 2024
  • OS: OSX 10.11.6
  • Sublime Text 3: Build 3126

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

from javascript-completions.

jscheel avatar jscheel commented on June 14, 2024

Try updating Sublime Text.

from javascript-completions.

BrandonSM avatar BrandonSM commented on June 14, 2024

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.

from javascript-completions.

BrandonSM avatar BrandonSM commented on June 14, 2024

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.

from javascript-completions.

redeemefy avatar redeemefy commented on June 14, 2024

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?

from javascript-completions.

franciscolourenco avatar franciscolourenco commented on June 14, 2024

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

Sublime 3 (3126)
macOS 10.11.6

from javascript-completions.

pichillilorenzo avatar pichillilorenzo commented on June 14, 2024

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

from javascript-completions.

GameKyuubi avatar GameKyuubi commented on June 14, 2024

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

from javascript-completions.

pichillilorenzo avatar pichillilorenzo commented on June 14, 2024

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

from javascript-completions.

GameKyuubi avatar GameKyuubi commented on June 14, 2024

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

from javascript-completions.

pichillilorenzo avatar pichillilorenzo commented on June 14, 2024

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

from javascript-completions.

pichillilorenzo avatar pichillilorenzo commented on June 14, 2024

@kvmaker any news with the new version??

from javascript-completions.

7h3m4dS0u1 avatar 7h3m4dS0u1 commented on June 14, 2024

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

from javascript-completions.

WajdiMakhlouf avatar WajdiMakhlouf commented on June 14, 2024

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()

from javascript-completions.

Adebayo27 avatar Adebayo27 commented on June 14, 2024

Mine is not working too

from javascript-completions.

iamrs77 avatar iamrs77 commented on June 14, 2024

autocompletion is not working

from javascript-completions.

fcrezza avatar fcrezza commented on June 14, 2024

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

from javascript-completions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.