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 - comment completion for methods/classes.
Summary: comment completion for methods/classes.
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks: 123437
  Show dependency tree
 
Reported: 2008-01-08 18:50 UTC by jinb
Modified: 2008-08-08 09:19 UTC (History)
1 user (show)

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 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.