Safe Delete? Follow sikirk Created October 27, 2011 13:50 Hi,Are there any plans to implement the refactoring safe delete for pycharm?-Si
Hello simon,
Enabling the action would be trivial, but making it really safe is nearly
impossible. Because of the dynamic nature of Python, it's really hard to
determine with any degree of precision that a particular class or method
is not used.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
ok,
If not totally safe to active, maybe remove the option from the list? Being greyed out makes you think that it will become active at some point. :-)
-Si
Hello simon,
Safe Delete is actually enabled in JavaScript files - that's why it's shown
in the menu.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ahh.. I see.
I've been working solely on python files so far. It would be nice though if the option wasnt there for python files, but visible in js files. Still its only a very minor thing, nothing to worry about. :-)
-Si