AutoSave with VSCode

Visual Studio Code has taken the crown of most used text editor, at least in JavaScript spheres. VSCode is fast, feature-filled, and supports thousands of plugins to boost productivity. Developers can also tweak hundreds of settings to enrich functionality. One such feature is the autoSave feature. To autoSave files with VS Code, you can add […]

The post AutoSave with VSCode appeared first on David Walsh Blog.


This content originally appeared on David Walsh Blog and was authored by David Walsh

Visual Studio Code has taken the crown of most used text editor, at least in JavaScript spheres. VSCode is fast, feature-filled, and supports thousands of plugins to boost productivity. Developers can also tweak hundreds of settings to enrich functionality. One such feature is the autoSave feature.

To autoSave files with VS Code, you can add the following to your text editor config:

{
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 200
}

Just about every Operating System and web action is instant these days, so eliminating the need for manual save just makes sense. Big thanks to my old MooTools colleague Chris Nakazawa for calling this out!

The post AutoSave with VSCode appeared first on David Walsh Blog.


This content originally appeared on David Walsh Blog and was authored by David Walsh


Print Share Comment Cite Upload Translate Updates
APA

David Walsh | Sciencx (2023-10-23T11:33:21+00:00) AutoSave with VSCode. Retrieved from https://www.scien.cx/2023/10/23/autosave-with-vscode/

MLA
" » AutoSave with VSCode." David Walsh | Sciencx - Monday October 23, 2023, https://www.scien.cx/2023/10/23/autosave-with-vscode/
HARVARD
David Walsh | Sciencx Monday October 23, 2023 » AutoSave with VSCode., viewed ,<https://www.scien.cx/2023/10/23/autosave-with-vscode/>
VANCOUVER
David Walsh | Sciencx - » AutoSave with VSCode. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/10/23/autosave-with-vscode/
CHICAGO
" » AutoSave with VSCode." David Walsh | Sciencx - Accessed . https://www.scien.cx/2023/10/23/autosave-with-vscode/
IEEE
" » AutoSave with VSCode." David Walsh | Sciencx [Online]. Available: https://www.scien.cx/2023/10/23/autosave-with-vscode/. [Accessed: ]
rf:citation
» AutoSave with VSCode | David Walsh | Sciencx | https://www.scien.cx/2023/10/23/autosave-with-vscode/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.