Bug 118250

Summary: [assist] Autocomplete doesn't work inside square brackets
Product: [Eclipse Project] JDT Reporter: Luke Hutchison <luke.hutch>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Luke Hutchison CLA 2005-11-28 11:33:35 EST
Autocomplete doesn't work inside the square bracket context (i.e. for array indices).

e.g.

    a[Math.mi|]
Comment 1 Frederic Fusier CLA 2005-11-28 12:09:21 EST
It works for me either with 3.1.1 or 3.2 M3.
Can you provide a more complete test case, please?
Comment 2 Luke Hutchison CLA 2005-11-28 12:17:56 EST
Hmm, I can't duplicate it now.  Perhaps it was due to a syntax error somewhere else?  It's strange, because while autocomplete wasn't working inside the brackets, it was working right outside the same set of brackets.

I will close the bug and re-open it if I can duplicate the problem.
Comment 3 Frederic Fusier CLA 2005-11-28 14:45:40 EST
OK, thanks