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

Bug 514874

Summary: [CSS] Adding an @import directive prevents proposals from showing up in the file
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: JS ToolsAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 14.0   
Target Milestone: 14.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2017-04-06 14:18:47 EDT
1) Have a css file
2) Content assist - see @rule directives and element proposals
3) Select @import and set a url
4) Below the @import line, open content assist
Result:
No proposals found

The end range of the @import ast node is probably too long
Comment 1 Curtis Windatt CLA 2017-04-06 16:05:28 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5551cc6abfb13aacd768a0a45a0463062d1c67c7
Fixed in master with tests

The end range was incorrect