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

Bug 444001

Summary: Content assist appearing on '.' in line comments
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: grant_gayed, Michael_Rennie
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=443521
Whiteboard:

Description Mark Macdonald CLA 2014-09-12 17:28:34 EDT
1. Create a js file:

// Hi
function f() {
}

2. Type a '.' in the line comment after "Hi". 
3. Content assist appears and shows a bunch of irrelevant proposals. I expected to see no content assist.