美文网首页
eclispe pydev 格式化代码

eclispe pydev 格式化代码

作者: Oscar_hailiang | 来源:发表于2019-04-03 19:32 被阅读0次

有一些开源的代码或者自己的代码风格不统一,这里简单介绍一下,如何eclispe的pydev进行格式化代码:

1. 设置python的编码风格

windows --> Preferences --> PyDev --> Editor -->Code Style --> Code Formatter --> Formatter Style? -- >autopep8(勾选)

2. 设置保存文件时,自动格式化

windows --> Preferences --> PyDev --> Editor --> Save Actions --> Auto-format editor contents before saving? (勾选)

相关文章

网友评论

      本文标题:eclispe pydev 格式化代码

      本文链接:https://www.haomeiwen.com/subject/qthtiqtx.html