VivekDev
VivekDev

Reputation: 25563

Auto Save in Visual Studio 2022

Is there an Auto Save feature in Visual Studio 2022? The article here says it is.

But for me I dont see it. Is it removed in Preview? Or I am missing something?

Tools Options in Visual Stuion 2022

Upvotes: 22

Views: 27272

Answers (3)

Fredy
Fredy

Reputation: 577

There is a plugin supported by VSIX named: Auto Save File. Menu "Extension"... plugin view

Default time is 5 s.

Edit 1: the only default I see with this plugin is that you must be very quick when using the VS autocomplete feature (when writing the code), because it will reset every 5 seconds!

Upvotes: 1

VirendraJ
VirendraJ

Reputation: 652

With Visual Studio 2022 17.2.2 version, this option is now available at Tools -> Options -> Environment -> Documents.

https://www.talkingdotnet.com/auto-save-files-in-visual-studio-2022/

Upvotes: 21

schtalman
schtalman

Reputation: 212

had the same issue found solution, download this extension: AutoSave extension and install it. you can find the setting under Tools -> Options -> Auto Save File

Here's a picture

Visual Studio Auto Save extension Settings

Upvotes: 19

Related Questions