sintemal / auditmark

A Visual Studio Code Extension for marking code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuditMark README

AuditMark is an Visual Studio Code extension, that lets you mark/unmark files and selections. This helps keeping an overview over the project.

Features

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.

Showcase

The current version, does not yet support file changes! The marked areas are only stored in form of line numbers!

Keybindings

  • Ctrl + Alt + U: If there is a selection, the selection gets unmarked. Otherwise the file gets unmarked
  • Ctrl + Alt + I: If there is a selection, the selection gets marked. Otherwise the file gets marked

About

A Visual Studio Code Extension for marking code


Languages

Language:TypeScript 100.0%