Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsIntelliJ autovsave
I am just wondering, is there any need for me to be constantly saving on IntelliJ as I am writing code just as is required on a Word Document, or IntelliJ autosaves in real time (as I am writing code).
2 Answers
Seth Kroger
56,413 PointsIntelliJ autosaves by default whenever you pause in editing a file (somewhere between 8 and 15 seconds IIRC; it's adjustable in settings.). So you don't ever have to manually save a file.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsThanks Seth, got it!