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 163335 - Ctrl+Space inside the function
Summary: Ctrl+Space inside the function
Status: RESOLVED DUPLICATE of bug 139842
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 06:32 UTC by caesar2k
Modified: 2009-04-23 08:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description caesar2k 2009-04-22 06:32:42 UTC
Since I'm also a C++ coder with Visual Studio, I'm used to the Ctrl+Space shortcut. It works fine in Netbeans, when you
are just typing the function, like "Emai" (for EmailAll()) and it shows all the fields. Sometimes, I need to remember
the parameters, in the middle of the function, for example:
EmailAll('no-reply@email.com', $title, $mime, $simple,|);

And the cursor is currently at |. I wish, when pressing Ctrl+Space, it would show the parameters for the function again.
currently, it shows all variables that have inside my project, which isn't the desired functioning
Comment 1 Tomasz Slota 2009-04-23 08:01:56 UTC
Issue 139842 is very similar

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