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