让 Eclipse 遵循 PEP 8 格式化标准?
有没有办法让 Eclipse 默认遵循 PEP 8 代码格式化标准,并在违反此类标准时发出警告?
Is there any way to make Eclipse follow PEP 8 code formatting standards by default, and show warnings if such standards are broken?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 ulidtko 在他的评论中所说,您可以设置 Eclipse Python 编辑器以某种方式生成代码。如果 Eclipse Python 编辑器有
Format
选项,您可以根据 Eclipse Python 编辑器设置格式化 Python 代码。但是,您不能强迫任何人使用
Format
选项。As ulidtko said in his comment, you can set the Eclipse Python editor to generate code in a certain way. If the Eclipse Python Editor has a
Format
option, you can format the Python code based on the Eclipse Python editor settings.However, you can't force anyone to use the
Format
option.