outofculture / refactor-deprecate

PyCharm plugin to integrate deprecations into refactoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor-deprecate

Template ToDo list

Build Version Downloads

Adds a new refactor target Deprecate which does the standard refactors in a deprecation-friendly way. Great for library maintainers, this has configuration options for default warning message format and time frame.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "refactor-deprecate" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

PyCharm plugin to integrate deprecations into refactoring

License:MIT License


Languages

Language:Kotlin 97.2%Language:Shell 2.8%