Documentation hovers

Via org.eclipse.dltk.ui.scriptDocumentationProviders extension point you may contribute documentation providers. For that you should implement IScriptDocumentationProvider interface. For given model element or keyword it should return a Reader object with documentation.

After you had implemented it, F2 action and hovers should work. If you rely on model elements, selection engine should be implemented.