Eclipse Java 编辑器模板...为什么没有类型变量?

Eclipse Java Editor Templates... why is there no variable for a type?

下面是所有现有的编辑器模板变量:

http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Fconcepts%2Fconcept-template-variables.htm

为什么 type/object 名字有 none?有 "var" 会找到一个变量,但没有 "type" 会找到一个变量并计算其类型。您可以获得 iterables 等的元素类型或 "iterable_type" ,这只会建议作为本地 iterable 参数的类型。

还有其他方法吗?如果我已经声明了一个字符串,我想要像 "type" 这样的东西,它的计算结果是 "String"

目前好像没有什么办法。向 Eclipse 社区提出功能请求或错误报告,也许可以完成。