Bug 141309 - [content assist] content assist inside strings
Summary: [content assist] content assist inside strings
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-11 10:19 EDT by Dave Orme CLA
Modified: 2006-05-11 11:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.