Skip to main content

a python refactoring IDE...

Project description

Overview

Ropeide is a python refactoring IDE. It uses rope library to provide features like refactoring, code assist, and auto-completion. It is written in python. The IDE uses Tkinter library.

You should install rope library before using this IDE.

New Features

  • Added codeassist_maxfixes config

  • Supporting global_ option in extract refactorings

  • Supporting only_current option for inline refactoring

codeassist_maxfixes can be used to set the maximum number of syntax errors to fix before showing code-assist proposals. This option can be set in the ~/.ropeide file like:

# inside `starting_rope` function
core.set('codeassist_maxfixes', 2)

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page