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

Bug 501942

Summary: [assist] ecma proposals not showing sometimes when no .tern-project file available
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 13.0   
Target Milestone: 13.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2016-09-21 15:36:03 EDT
1. Create new empty project
2. use snippet:

  var foo = "hi";
  foo. //<- assist here
3. Expected to get all string proposals, but got none.

Regardless of .tern-project file existence we should always show ECMA proposals.