Coder Social home page Coder Social logo

Comments (13)

jamesfzhang avatar jamesfzhang commented on June 17, 2024

Hello, thanks for writing in. When "save" is called, I think sublime closes the autocomplete suggestions window. By default, "save" is delayed by 1 second, so you have 1 second to use an autocomplete suggestion. You can increase the delay to give yourself more time, by changing this in your user settings file:

"auto_save_delay_in_seconds": 3

I'll take a look soon to see if there's a way to not interrupt autocomplete behavior, but for now that is probably the best solution.

from auto-save.

Kiura avatar Kiura commented on June 17, 2024

Hello, I tried to put this "auto_save_delay_in_seconds": 3 into my user settings sublime text -> preferences -> settings-user but nothing changed, where should I put it? and will it work with < 1 second? thx in advance

from auto-save.

csarcom avatar csarcom commented on June 17, 2024

I tried to change it too, and for me nothing happens, still using 1s, I used the same settings file as @Kiura did.

from auto-save.

jamesfzhang avatar jamesfzhang commented on June 17, 2024

@csarcom Can you open the console (View --> Show Console) and see if there are any errors?

from auto-save.

csarcom avatar csarcom commented on June 17, 2024

I`m getting this error when editing Preferences.sublime-settings:

reloading Packages/User/Preferences.sublime-settings
Errors parsing theme:
Rule is missing a class name

My settings is:

{
    "color_scheme": "Packages/User/primer.light (Flake8Lint).tmTheme",
    "font_face": "Courier New",
    "font_size": 12,
    "ignored_packages":
    [
        "Vintage"
    ],
    "theme": "Primer.sublime-theme",
    "auto_save_delay_in_seconds": 5,
}

I commented // "theme": "Primer.sublime-theme", and the erros stop, but auto_save_delay still does not change...

from auto-save.

jamesfzhang avatar jamesfzhang commented on June 17, 2024

@csarcom You have a trailing comma in the last line, which would invalidate the JSON. Try removing that.

from auto-save.

csarcom avatar csarcom commented on June 17, 2024

Still nothing happens :( Do you think it could be some problem with other plugins/themes?

from auto-save.

jamesfzhang avatar jamesfzhang commented on June 17, 2024

@csarcom Possibly. I'm guessing it's the Primer theme that's causing problems since you said it works fine if it's commented out?

from auto-save.

csarcom avatar csarcom commented on June 17, 2024

@jamesfzhang If I commented out primer theme the error on console disappear, but auto_save_delay still does not work as expected.

from auto-save.

csarcom avatar csarcom commented on June 17, 2024

I will try it on a fresh sublime install without nothing else when I go home.

from auto-save.

gleb-s avatar gleb-s commented on June 17, 2024

Hello!
Every time facing this issue like in first comment too. =(
Its nice plugin, but fixing this issue will make it really outstanding! Thx anyway

from auto-save.

sinaru avatar sinaru commented on June 17, 2024

I believe this is the same issue [https://github.com//issues/21]

from auto-save.

jamesfzhang avatar jamesfzhang commented on June 17, 2024

Should be fixed in 1.0.8

from auto-save.

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.