Is there a way to autosave in netbeans 8?

I wonder if there is a way to tell the IDE to automatically save any file if it is modified. I searched the Internet but found nothing. There was a module on NetBeans 7, but now it is not available on NB 8. In any case, it seems that the old plug-in can be configured to perform saving in just a certain interval. I want to save a function when you change something, like in Intellij IDEA.

thanks

+6
source share
3 answers

This plugin also saves when the file loses focus: Plugin

I would also prefer something like IntelliJ Android Studio, but I don't think it exists for Netbeans.

+7
source

I downloaded the following netbeans plugin. It will be automatically saved every 1 second after installation. It was built for Netbeans 8.1 and was not tested for version 8.2, but it worked for me.

Netbeans 8.2 AutoSave Link

Install in Netbeans using Tools> Plugins> Download and click the "Add Plugins ..." button

+1
source

good find I found this very useful, so I did not have to constantly remember to save everything before updating the browser, and wonder why nothing had changed!

0
source

All Articles