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 125241

Summary: Code completion: method name and parameters
Product: php Reporter: dzambi <dzambi>
Component: EditorAssignee: Victor Vasilyev <vvg>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123437    

Description dzambi 2008-01-14 21:10:18 UTC
You should add support for PHP Classes:
  - method name completion
  - method parameters
You should also check which files are included or required and include
classes and functions in to the code completion list from them also.
Comment 1 Andrew Korostelev 2008-01-15 08:23:14 UTC
requested enhancements are planned for m2 already.
Comment 2 Andrew Korostelev 2008-01-15 10:49:21 UTC
includes processing are covered by issue 124183 - The model should allow to get elements from included files.

This issue is now only about methods name and parameters completion.
Comment 3 Alexei Mokeev 2008-01-25 10:38:22 UTC
Code completion for Class methods, parameters and constants is covered by 123437.

Thank you,
Alexei.

*** This issue has been marked as a duplicate of 122056 ***
Comment 4 Mikhail Matveev 2008-01-31 14:39:21 UTC
Verified duplicate