vscode-jscpd icon indicating copy to clipboard operation
vscode-jscpd copied to clipboard

Copy/Paste Detector (jscpd) for Visual Studio Code

jscpd-vscode

VSCode extension for the copy/paste detector jscpd

Detects code duplication in a project.

Image of jscpd

Extension Settings

This extension contributes the following settings:

  • jscpd.exclude: Files to ignore
  • jscpd.files: glob pattern for find code
  • jscpd.languagesExts: list of languages with file extensions
  • jscpd.skipComments: skip comments in code
  • jscpd.minLines: min size of duplication in code lines
  • jscpd.minTokens: min size of duplication in code tokens