Xcode 4 中的 Python 自动完成
我正在使用 Xcode 4 编写 python 脚本 (stackoverflow.com/questions/5276967/python-in-xcode -4)
我想知道是否有办法在 Xcode 4 中自动完成。有没有办法设置 python 路径,以便我无法将 xcode 指向我的自定义python 模块并获取要扫描的模块以进行自动完成。我什至没有获得标准模块(例如 math och os)的自动完成功能。
I'm using Xcode 4 to write python scripts (stackoverflow.com/questions/5276967/python-in-xcode-4)
I'm wondering if there's a way to get auto completion in Xcode 4. Is there a way to set up a python path, so that I can't point xcode to my custom python modules and get those to be scanned for auto completion. I don't even get auto completion for the standard modules such as math och os.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是 XCode 从来就不是 Python 的 IDE。
因此,XCode 不会有任何特定于 Python 的 IDE 功能,除了突出显示之外,没有外部插件和附加组件。
正如此处
Xcode 所示 -
MacOS X -
免费 IDE 和文本编辑器。包括 Python 语法着色。
这些是官方支持的功能,除非有人开发了一些可以帮助您解决可能陷入困境的功能。
另外,在阅读已接受帖子末尾的链接时
这不是你想要的吗?
希望这有帮助,如果您还有其他问题请告诉我
The problem with this is that XCode just was never meant to be an IDE for python.
Therefore XCode won't have any python specific IDE features, except maybe highlighting, without external plugins and addons.
As seen here
Xcode -
MacOS X -
Free IDE and text editor. Includes Python syntax coloring.
those are the supported features officially, unless someone develops something that helps out you are probaly stuck on this one.
additionallly while reading through your link at the end of the accepted post
isnt that what you want?
hope this helps, tell me if you have any more questions