nboldi / haskell-tools-atom

An Atom editor binding for the Haskell-tools framework
7 stars 2 forks source link

Show diffs in editor #41

Open nboldi opened 6 years ago

nboldi commented 6 years ago

This could be done when a diff arrives from server. See https://atom.io/packages/atom-unsaved-changes

Major features:

nboldi commented 6 years ago

After this is done there could be setting to always use diffs. This would make this the default behavior for every refactoring (diffs would be asked from the server).