开发者

Is there a way to replace the Eclipse JDT's code completion list with a multi-level tree?

开发者 https://www.devze.com 2022-12-29 17:09 出处:网络
I know that the eclipse code completion widget ca开发者_如何学Cn be customized to add new suggestions and even to change the order.

I know that the eclipse code completion widget ca开发者_如何学Cn be customized to add new suggestions and even to change the order.

I'm wondering whether there's a way to replace the current list format (or single-level tree, if this is a tree control) with a tree of multiple levels.

Thus, for example, instead of selecting from a list of methods sorted by name, I will select from a category and then from a subcategory, and then from the items.

I'm not too familiar with that part of the SDK, but I'd like to know if this is feasible.

Thanks!

0

精彩评论

暂无评论...
验证码 换一张
取 消