PythonTidy 集成到 Coda 中?
有没有办法直接在 Coda 中集成类似 PythonTidy 的功能?
Is there any way to integrate PythonTidy-like functionality directly in Coda?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
截至2012年10月,这个问题的答案是否定的。
As of October 2012, the answer to this question is "no".
Python 代码默认是
整洁
的,与带有花括号的语言相比,您只需要缩进代码块即可,如果程序员不喜欢按照定义的约定编写代码,则需要美化代码块。Python code is
tidy
by default, you just need to indent code blocks comparing with languages that have curly braces, and which need to be beautified if programmer don't like to write code by defined conventions.