Bug 141309

Summary: [content assist] content assist inside strings
Product: [Eclipse Project] JDT Reporter: Dave Orme <djo>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dave Orme CLA 2006-05-11 10:19:09 EDT
Given code like the following:

fail("Should have thrown IndexOu|");

where the cursor is at the pipe symbol, I'd like to be able to Ctrl-space to code-complete the IndexOutOfBoundsException name.

If a dictionary is installed, this could also toggle between proposing identifiers and proposing dictionary words as completion choices if I hit Ctrl-space repeatedly.
Comment 1 Dani Megert CLA 2006-05-11 11:15:53 EDT
Note: you can use word completion and/or configure content assist to also show you word proposals.