Workflow - agibsonsw/AndyEdits GitHub Wiki

I believe this could be a valuable addition to someone's workflow.

Allow the edit-regions to be created for you; Review these regions occasionally using Ctrl-Alt-H to highlight the regions (or the shortcut menu, highlighting command); Occasionally, an edit region may end a few characters before it should, or a single region (by your interpretation) may be split into two or more. Use the Create and Delete edit-region commands to tidy-up.

Using this process allows you to: Clearly define the start and end-points for regions; Highlight starting with a class or method definition, or docstrings, so that this text will appear in the jump list(s); If you create an edit-region that contains an entire method, function or class, then editing within this region will not initiate a second/ unwanted edit-region; Delete edit-regions that are no longer of interest; Organise your thoughts and workflow!!

(Of course, you could always close and re-open a file to start afresh.)

The one restriction is that you cannot delete an edit-region that contains the currently edited line.