This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161863

Summary: Autocomplete not working correctly
Product: php Reporter: costinb <costinb>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: tslota
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description costinb 2009-04-03 10:39:00 UTC
CTRL+SPACE inside a function/method call should open the list of arguments of that function/method.
Instead, the imap_open help window is shown, no matter which function/method I'm in.
If it's a dup, sorry.
Comment 1 Tomasz Slota 2009-04-03 12:43:35 UTC
Reducing priority to P3 and reassigning to Radek who was working on a similar feature (Ctrl+P)
Comment 2 costinb 2009-04-03 13:02:04 UTC
Didn't know about CTRL+P. It tries to do something but it seems it's still incomplete - list of arguments appears but 
disappears after you enter the first argument and type a comma. Also, the function definition could appear below, in a 
help popup.
Anyway, in this case ctrl+shift_space should be disabled by default.
Just seen I've written ctrl+space in the report. It was ctrl+shift+space inside the paranthesis.
Comment 3 Tomasz Slota 2009-04-23 07:58:52 UTC

*** This issue has been marked as a duplicate of 139842 ***