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.
我需要default template为我的文件使用 a,例如第一个标题:文件描述、作者shebang line等。但是不要为我做PyDev。eclipse
default template
shebang line
PyDev
eclipse
当我想在我的项目中创建一个新文件时,我如何拥有它们?
您可以在窗口 > 首选项 > pydev > 编辑器 > 模板中定义 PyDev 中使用的模板(用于代码完成和新模块)。
当你创建一个新模块时,任何带有上下文“新模块”的东西都会显示给你(你可以有很多模板,比如一个用于单元测试、空模块、类模块等的模板)。
请注意,模板仅在您使用 Alt+Shift+N > pydev 模块(或 file > new > pydev 模块)创建模块时出现,而不是在您创建常规“文件”时出现(即使它以 .py 结尾)