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 trial

Java Local Development Environments Exploring Your IDE Importing External Code

In IntelliJ, are there any visuel cues that you have properly saved your file?

In Workspaces, whenever the file you are editing is in a state that hasn't been saved, there is the little orange ball next to the file name to remind you that you will need to save the current file.

Is there anything of the sort on IntelliJ? I have built up this habit of wanting to save often, and so I have to go all the way up to the command bar and select File > Save All just to save the files, and there is nothing that I see changes that lets me know it saved.

Also, is there a place in particular that I can look and see the saving process or that it has been saved? Something that I may be missing?

1 Answer

There is now visual clue, but it auto-saves every time you run (ctrl+r) or you can just use (cmd+s) save all files? You can also turn on auto-save tho! (go to prefs and search for "save automatically") (Shortcut's used is for Mac, don't know if they are the same for Windows?)