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 124906

Summary: comment completion for methods/classes.
Product: php Reporter: jinb <jinb>
Component: EditorAssignee: issues@php <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: polan
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123437    

Description jinb 2008-01-08 18:50:51 UTC
Please add comment completion for methods/classes.
It's good to have compete comment after typing /** [Enter] before some class/method definition.
Like 
/**
 * Enter description here...
 *
 * @param unknown_type $a
 * @param unknown_type $b
 * @param unknown_type $c
 * @return unknown
 */
function concatenate($a, $b, $c) {
  return $a.$b.$c;
}
Comment 1 Alexei Mokeev 2008-01-25 10:58:59 UTC
According to Victor it relates to CC
Comment 2 polan 2008-08-08 09:19:09 UTC
This is fixed and works fine.