A simple proof-of-concept VS Code extension to highlight duplicate code.
- Highlight duplicate code in any language supported by jscpd.
- Create Problems in the VS Code Problems panel for each instance in the currently open files.
Example:
This extension requires you to have already run an analysis on duplicate code using jscpd with the JSON output enabled.
- Sometimes the entries can get duplicated in the Problems panel.
