Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 500 Bytes

unused-code.md

File metadata and controls

13 lines (7 loc) · 500 Bytes

Unused Code

Automatically detect unused functions, parameters, and types.

Moderate performance impact. For each identifier in your program, the plugin uses an index to find all files that may refer to that identifier. Then it parses each of those files to determine if it actually refers to (uses) that identifier.

Usage

This feature runs automatically as you type. Unused code will be displayed in gray, indicating that it can safely be deleted.

Demo

demo