Auto-save in Atom Editor

久未见 提交于 2019-12-01 02:02:58

Yes there is auto save package. You can enable autosave in package settings.

autosave-onchange much better alternative!

https://atom.io/packages/autosave-onchange

There's also the save-session plugin which makes Atom behave more like Sublime: the current state of each file is remembered across application instances. This is slightly different than the original request, but also extremely useful.

Just add this to your ~/.atom/config.cson

autosave:
  enabled: true

It seems that the auto-save feature is now embedded in 1.8.0.

But doesn't always work. See issue here.

In order to use it, enable "Back Up Before Saving" in settings.

It's late answer, but In case someone needs it. auto save package save something when a it's lose focus or get close. If you want auto save right after every type, You can install autosave-on-change by ChexWarrior. Check this link. It will auto save right after every type. You can install it from package installer of atom. Hope it helps.

I had installed the autosave and activated package but it does not work in atom.

I installed the autosave-onchange package, and it works perfect, I recommend it. . . The only difference besides that works well for me, is that you record at all times as soon as you make a change . . .

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!