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

Bug 426165

Summary: Content assist cannot find proposals for other projects in workspace
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2014-01-20 12:33:19 EST
Consider the following snippet:

define([
'estraverse'
], function(Estraverse) {

function doVisit(ast) {
  Estraverse.  //<- content assist here
};

});

Assuming you have the estraverse project in your workspace (like I do), you will not get the 'traverse(ast, callback)' proposal.
Comment 1 John Arthorne CLA 2015-05-05 14:54:29 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html