Using instructions in Eclipse Source Code – Tutorial, I can get the source code for all plugins. But how can I find in this enormous heap of text the code for one concrete wizard I really need? Namely, the wizard for plugin creation that has “Plug-in Project” menu item in “New” menu. The use of the search doesn’t help. The search for “Plug-in Project” gives nothing.
Share
The “Plug-in Spy” says:
NewPluginProjectWizardis contributed byorg.eclipse.pde.ui (3.6.100.v20120103_r372)
Just open the dialog and press Shift+Alt+F1 (Shift+Option+F1 on Mac)
See also: hotkey/shortcut for: "Which plugin is this?"