Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 421 Bytes

vscloc

Count Lines of Code with cloc tool.

Requirements

Install cloc.

Extension Settings

  • vscloc.format: format string shown in status bar.

    • %t - total number of lines in file
    • %s - source code
    • %b - blank lines
    • %c - comments
  • vscloc.cmd: command to run cloc. %f substituted with current file path