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.
xtext 可以在模板提案中提出样式字符串吗?NormalcreateCompletionProposal可以有,但我没有发现任何 APIStryledString在ITemplateProposalProvider层次结构中返回。
createCompletionProposal
StryledString
ITemplateProposalProvider
您必须扩展 TemplateProposal 并添加 ICompletionProposalExtension6 以处理模板显示字符串中的样式字符串。这不是来自 Xtext 的类,而是来自底层 Eclipse 内容提议框架的类。