简体   繁体   中英

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. 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).

What is the proper way to implement customized content assist for Java/JSP as part of an existing plugin?

Many thanks, Val

您可以尝试访问规则

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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