File Caching
Is there a way to mayually update files (i have selected the "Synchronize... button") but the files are not updated. Alos I have some files that are not in my project so I cant click the "Sync" button. IS ther e a"Clean Up" or "rebuild" button or something?
Thanks.
Please sign in to leave a comment.
What files are you referring to? Source Code? Class files?
on the toolbar.. Or for a rebuild from scratch (i.e. a full clean build) you can use Build > Rebuild Project from the menu.
"Synchronize" will synchronize to the file system and is for use if you edit a file outside of IntelliJ IDEA. In a plain text editor for example.
If you want to update built classes, you can use Build > Make from the menu, type Ctrl+F9, or click the make button