Skip to content

VS Code extension to help with scoping out audits. Unfinished.

Notifications You must be signed in to change notification settings

farazsth98/scoping-tool

Repository files navigation

scope-tool

Features

  • Right click files in your workspace and choose the Mark for Scoping option.
  • Use the new Scope Tool panel on the activity bar to provide estimations for each file.

Marking a file for scoping

Estimating a file

Requirements

This tool uses cloc to fetch the lines of code in each file marked for scoping. Please ensure cloc is in your PATH.

This tool has only been tested on Linux. It may work on MacOS and Windows if cloc is in the PATH.

List of things TODO

  • Implement functionality that allows marking entire directories for scoping.
  • Implement functionality that allows estimating entire directories.
  • Implement functionality tallies up estimations and LOC for each file in a directory, and cascades it up to parent directories.

About

VS Code extension to help with scoping out audits. Unfinished.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published