bogdan.rusu
bogdan.rusu

Reputation: 943

Is there a way to perform autosave in netbeans 8?

I wonder if there is a way to tell to the IDE to autosave any file if modified. I've searched the web but I haven't find anything. There was a module on NetBeans 7 but it is not available now on NB 8. Anyway it appears that the old plugin can be set to execute save all on a given interval. What I want is a feature to save when you modify something just like in Intellij IDEA.

Thanks

Upvotes: 9

Views: 11327

Answers (3)

The Maestro
The Maestro

Reputation: 31

In NetBeans 12.4 the module options can be changed from the section below and you don't have to download a plugin. Tools > Options > Editor > Autosave section.

(also it is in version 12.5. I didn't find it in version 12.0)

Upvotes: 3

BoCyrill
BoCyrill

Reputation: 1369

I downloaded the below netbeans plugin. It will automatically save after every 1 second once installed. it was built for Netbeans 8.1 and not tested for the version 8.2 but it worked for me.

Netbeans 8.2 AutoSave Download Link

Install in Netbeans via Tools > Plugins > Downloaded and click on add "Add plugins..." button

Upvotes: 2

Yster
Yster

Reputation: 3305

This plugin also saves when the file loses focus: Plugin

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

Upvotes: 8

Related Questions