Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 493105

Summary: [es6] Add nav hover for ImportDeclaration nodes
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 460728    

Description Michael Rennie CLA 2016-05-05 16:03:47 EDT
We should be able to hover-nav to the imported file in an ImportDeclaration node.

for example:

import * as Hello from './helloWorld' <-- hover to nav to helloWorld.js