开发者

Pydev-pylint fix all errors at once

I am using the pylint plugin in pydev (eclipse) to check for static errors in my code. Often there will be same type of errors in many places, for example, unused variable i. Is there a way to execute one corrective step for all such cases instead of going to each error location. In this case I would like to rename any such unused variable as dummy, all at once. There are other similar errors like unnecessary semi-colons (I also开发者_如何转开发 code a lot of c++ :( ) and unused imports, which I want to delete all at once.

Thank you!


Unfortunately, there are currently no such quick-fixes in PyDev. Please report that as a feature request.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜