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
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/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.