| Summary: | [hover][nav] Hover navigation is not working for certain requrejs calls | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 6.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Consider the following require call (this specific example is in ternWorkerCore.js) require({ baseUrl: "../../", //$NON-NLS-1$ paths: { i18n: 'requirejs/i18n', //$NON-NLS-1$ esprima: "esprima/esprima" //$NON-NLS-1$ } }, [ 'tern/lib/tern', 'tern/plugin/doc_comment', 'tern/plugin/orionRequire', //'tern/plugin/ternAccess', 'tern/defs/ecma5', 'tern/defs/browser', 'javascript/handlers/ternAssistHandler', 'javascript/handlers/ternDeclarationHandler', 'javascript/handlers/ternHoverHandler', 'javascript/handlers/ternOccurrencesHandler', 'javascript/handlers/ternRenameHandler' ], function() { }); There is no hover presented for any of the logical paths in the array (but there should be).