Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开始使用 Sublime Text 2 进行 Python Web 应用程序开发。我无法理解在__init__.py里面创建 python 包(带有 . 的文件夹)文件的方法?您可以创建普通文件夹,然后手动创建__init__.py文件。这没有插件可以实现这一点。
__init__.py
我创建了一个插件来做到这一点,如果您有兴趣,可以将其用作基础并以自己的方式进行改进。
https://github.com/curaloucura/SublimePythonPackage