Xcode 4 中的 Python 自动完成

发布于 2024-11-26 14:27:42 字数 299 浏览 4 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎言笑 2024-12-03 14:27:42

问题是 XCode 从来就不是 Python 的 IDE。
因此,XCode 不会有任何特定于 Python 的 IDE 功能,除了突出显示之外,没有外部插件和附加组件。

正如此处

Xcode 所示 -
MacOS X -
免费 IDE 和文本编辑器。包括 Python 语法着色。

这些是官方支持的功能,除非有人开发了一些可以帮助您解决可能陷入困境的功能。

另外,在阅读已接受帖子末尾的链接时

说:“你好,代码完成和语法突出显示。”请注意,它并不那么先进
就像使用 C、C++ 或 Objective-C 一样,但它绝对比使用 IDLE 更好。

这不是你想要的吗?

希望这有帮助,如果您还有其他问题请告诉我

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

Say, "Hello, code completion and syntax highlighting." Note that it's not as advanced
as it is with C, C++, or Objective-C but it is definitely better than using IDLE.

isnt that what you want?

hope this helps, tell me if you have any more questions

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文