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

Autosave for svelte projects #749

Closed
oodavid opened this issue Jan 9, 2021 · 2 comments
Closed

Autosave for svelte projects #749

oodavid opened this issue Jan 9, 2021 · 2 comments

Comments

@oodavid
Copy link

oodavid commented Jan 9, 2021

Is your feature request related to a problem? Please describe.
There's an emotional difference between coding with the REPL and using VSCode - the REPL compile-as-you-type really adds to the "magic" of the coding experience.

With VSCode, that extra CTRL+S definitely makes local dev feel slower.

Describe the solution you'd like
An optional save (& compile) as-you-type.

Describe alternatives you've considered
VSCode has an auto-save feature, but I don't want that for all projects:
https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save

@dummdidumm
Copy link
Member

dummdidumm commented Jan 9, 2021

I'm not sure if it's worth the additional effort to implement this. There was an issue about this on VS Code's GitHub repo to make this setting configurable per language but it received insufficient votes so it will not be implemented soon. But someone seems to have made an extension (never published) for this, here's the repo.

@dummdidumm
Copy link
Member

Closing as I don't think that this is something worth the additional maintenance. This is something that VS Code itself should support.

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

2 participants