AuditMark is an Visual Studio Code extension, that lets you mark/unmark files and selections. This helps keeping an overview over the project.
There are 5 different commands:
- Mark selection
- Unmark selection
- Mark file
- Unmark file
- Unmark workspace
The first four are accessible via the right click menu.
Unmark workspace is only accesible via Ctrl + Shift + P
.
The current version, does not yet support file changes! The marked areas are only stored in form of line numbers!
Ctrl + Alt + U
: If there is a selection, the selection gets unmarked. Otherwise the file gets unmarkedCtrl + Alt + I
: If there is a selection, the selection gets marked. Otherwise the file gets marked