Class javascript.TernProjectHover
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.javascript/web/javascript/support/eslint/eslintHover.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
javascript.TernProjectHover(jsonAstManager, scriptResolver, jsProject)
creates a new instance of the hover
|
Method Attributes | Method Name and Description |
---|---|
computeHoverInfo(editorContext, ctxt)
Callback from the editor to compute the hover
|
Class Detail
javascript.TernProjectHover(jsonAstManager, scriptResolver, jsProject)
creates a new instance of the hover
- Parameters:
- {javascript.JsonAstManager} jsonAstManager
- {ScriptResolver} scriptResolver
- {JavaScriptProject} jsProject
- The backing JavaScript project context
- Since:
- 15.0
Method Detail
computeHoverInfo(editorContext, ctxt)
Callback from the editor to compute the hover
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.javascript/web/javascript/support/ternproject/ternProjectHover.js>.
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.javascript/web/javascript/support/ternproject/ternProjectHover.js>.
- Parameters:
- {?} editorContext
- The current editor context
- {?} ctxt
- The current selection context