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

Bug 426733

Summary: RexExp content assist does not work for literal declaration
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2014-01-27 11:48:07 EST
Consider the following:

/^Unexpected.*(end of input)$/.  //content assist here

if you activate content assist where mentioned you do not get any of the RegExp completions like test, exec, match, etc. You do however get a list of general object ones.