PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Find unused code with coverage

Last modified: 29 September 2022

Available only in PyCharm Professional: download to try or compare editions

Required plugins:

Javascript and TypeScript, JavaScript Debugger -  The plugins are available only in PyCharm Professional, where they are enabled by default.

PyCharm lets you find unused JavaScript, TypeScript, and CSS code in your client-side applications. When you run an application in the special Code Coverage mode, PyCharm creates a report showing how much code in every file and folder was used. Thanks to source maps, this report shows coverage for your source files but not for the compiled code that was actually run in the browser.