Giter VIP home page Giter VIP logo

Comments (6)

spectacles avatar spectacles commented on August 11, 2024

I've supposedly fixed this and re-released 1.1.1!
Can you please re-install from packagecontrol and confirm it is working now?!

Thanx for reporting!

from codecomplice.

PixelT avatar PixelT commented on August 11, 2024

After reinstall 1.1.1 the autocomplete works now - thanks!
One small things can be fact, that after install CodeComplice, my ST was crashed....
I have no certainty whether it is caused by CC, but I install it 2 times, ST crashed 2 times always after finish install (I must restart ST manually then)

from codecomplice.

PixelT avatar PixelT commented on August 11, 2024

@spectacles
At this moment I reinstall the CodeComplice, and they don't work now in js files... :(

from codecomplice.

spectacles avatar spectacles commented on August 11, 2024

Nothing, not the tiniest bit has changed since your last comment!

from codecomplice.

PixelT avatar PixelT commented on August 11, 2024

OK, I have new information in this subject.
( | is mouse caret )

Autocomplete show:

$( document ).ready(function() {
        var xxx = 'example string';
        xxx.|

        var lightbox = $('figure.lightbox-image');
        lightbox.picture();
});

Autocomplete doesn't show:

$( document ).ready(function() {
        var lightbox = $('figure.lightbox-image');
        lightbox.picture();

        var xxx = 'example string';
        xxx.|
});

In console:
evaluating 'xxx' at filename.js#8: could not resolve first part of 'xxx'

The picture() is a method from other (external) library.
When I comment the line lightbox.picture() in the second example, the autocomplete popup will be show, so I think the external function call stops / breaks plugin work?

from codecomplice.

spectacles avatar spectacles commented on August 11, 2024

Yes it's true, Komodo's JavaScript lexer/parser gets easily confused!

from codecomplice.

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.