答案 0 :(得分:1)
您可以添加上下文,但只能编写Eclipse插件。 org.eclipse.ui.editors.templates
用于对contextType
元素执行此操作。
例如' Java'使用以下内容定义上下文:
<extension
point="org.eclipse.ui.editors.templates">
<contextType
name="%templates.java.contextType.name"
class="org.eclipse.jdt.internal.corext.template.java.JavaContextType"
id="java"
registryId="org.eclipse.jdt.ui.CompilationUnitEditor">
</contextType>