Class, method or function creation
Brought to you by:
fabioz
One very interesting feature of modern environement
like Eclipse is to propose solutions when enconter errors.
The first feature I think is very interesting is:
-> when detecting an error on unknown function or
method or class
-> propose to create it with existing eclipse
dialog box
-> in the case of class creation, propose all
existing python classes
as possible parent
Logged In: YES
user_id=617340
This should be done, but it requires a long way to go:
- make pylint really usable, as it is way too slow for me
like it is now (or maybe even replace it).
- design a refactoring module, not dependent on bycicle
repair man, because it is way too beta for me, and not
currently supported.
- make this integration.