我创建了一个带有plugin.xml文件的eclipse插件。我创建了org.eclipse.wst.common.snippets.SnippetContributions扩展点的扩展。这个扩展点的xml内容非常大。有没有办法可以将我的代码段扩展名的内容移动到单独的文件中?像这样:
在plugin.xml中:
<extension point="org.eclipse.wst.common.snippets.SnippetContributions" file="snippets.xml"></extenstion>
并在snippets.xml中:
<category ....>
<item..../item>
</category>...
答案 0 :(得分:0)
不幸的是,这是不可能的。