Feature Request: Refactor from __init__
signature updates model names.
#29
Labels
enhancement
New feature or request
__init__
signature updates model names.
#29
Feature Request
In response to #16, it is now the case that refactors for class attributes result in a dialog offering the ability to change the variable names in
__init__
calls. This is extremely useful, and it is now possible in theory to do safe__init__
-call refactors by just modifying the attribute name on the class.However, it would still be nice to be able to perform the refactor operation directly from inside the
__init__
call, and have it update the class variable name and other__init__
call keyword arguments.This is a substantially lower priority since you can accomplish this now by just jumping to the class definition first and refactoring there, but I wanted to create an issue for tracking.
The text was updated successfully, but these errors were encountered: