Adam
Adam

Reputation: 968

How do I identify which plugin an Eclipse editor comes from?

Two cases I run into a lot:

  1. This editor is great, I should add this plugin to my other Eclipse environments
  2. This looks like a bug, where do I go for more information?

I don't even need the plugin explicitly identified -- just the full classname of the editor would generally be enough. It sounds like I could do this with PDE, but I feel like there must be an easier way.

Upvotes: 2

Views: 60

Answers (1)

nitind
nitind

Reputation: 20003

PDE's Plug-in Spy (Alt+Shift+F1) is how you do it. If you think that's too hard, I'm not sure what to tell you.

Upvotes: 2

Related Questions