如何找到在Eclipse中定义特定类的插件(How to find the plugin which defined a specific class in Eclipse)

编程入门 行业动态 更新时间:2024-10-28 10:31:36
如何找到在Eclipse中定义特定类的插件(How to find the plugin which defined a specific class in Eclipse)

在Eclipse Deployment Assembly的答案中没有出现在属性中 ,@ CodeSeavers提到:“ 属性页面是在插件org.eclipse.wst.common.modulecore.ui中定义的” 。 但@CodeSeavers怎么做才知道呢? 请一步一步地告诉我

In the answer of Eclipse Deployment Assembly does not appear in properties, @CodeSeavers mentioned about: "The Property Page is defined in the plugin org.eclipse.wst.common.modulecore.ui ". But how did @CodeSeavers do to know that? Please show me step by step

最满意答案

不确定这是否会回答你的问题,但这是我通常做的事情:

在任何视图,编辑器或其他任何内容上使用插件间谍(Alt + Shift + F1)来获取有关该内容的完整信息。 主要用于插件开发人员查找ID和东西。 在这种情况下,它用于获取提供属性页面的插件的名称。

使用插件搜索 - (Ctrl + H)。 并搜索任何扩展点或插件。 从搜索结果中,您可以查看plugin.xml并查看插件的贡献及其使用方式。

或者您可以随时直接查看源代码并查看。 几乎所有eclipse附带的插件都有源代码构建。 这让生活更轻松。

Not sure if this will answer your question, but this is what I usually do:

Use the plugin spy (Alt + Shift + F1) on any view, editor or anything for that matter to get complete info about that. Primarily used for plugin developers to find the ID, and stuff. In this case it's used to get the name of the plugin that contributes the property page.

Use the Plugin Search - (Ctrl + H). And search for any Extension point or the plugin. From the search result you can look into the plugin.xml and figure what the plugin contributes and how it is used.

Or you can always directly view the source code and check things out. Almost all the plugins that comes with eclipse has a source build to it. That makes life easier.

更多推荐

本文发布于:2023-08-02 17:25:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1378981.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:插件   定义   find   Eclipse   specific

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!