Overview Version History Q & A Rating & Review
Periphery for VS Code
Find unused Swift code in your Swift packages. Automatically scans after package builds by the Swift extension, and reports results in the Problems pane.
Requirements
Usage
Open a Swift package in VS Code.
Build it using the Swift extension.
Periphery scans automatically after a successful build and reports unused code in the Problems pane.
You can also run a scan manually from the command palette: Periphery: Scan for Unused Code .
To clear results: Periphery: Clear Results .
Settings
Setting
Default
Description
periphery.executablePath
periphery
Path to the periphery binary
periphery.scanOnBuild
true
Automatically scan after a successful Swift build