简体   繁体   English

Eclipse中Java的定制内容辅助

[英]Customized content assist for Java in Eclipse

I'd like to implement a customized content assist (aka. auto-completion) for my Java API's and custom jsp tags. 我想为我的Java API和自定义jsp标记实现自定义的内容辅助(也称为自动完成)。 Basically, I'd like to set the advisory level (discouraged use) on the undocumented features. 基本上,我想对未记录的功能设置咨询级别(禁止使用)。 (Of course, the proper way is to expose api's through a facade. However, it's way to late for that and the only way is damage control). (当然,正确的方法是通过立面暴露api。但是,这样做很晚了,唯一的方法是控制损坏)。

What is the proper way to implement customized content assist for Java/JSP as part of an existing plugin? 作为现有插件的一部分,为Java / JSP实现定制内容辅助的正确方法是什么?

Many thanks, Val 非常感谢,瓦尔

您可以尝试访问规则

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM