Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 311331

Summary: Auto-complete of PHPDoc comments doesn't work for php ends with "/" and "*"
Product: z_Archived Reporter: Zhongwei Zhao <zhaozhongwei>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: gadi
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Zhongwei Zhao CLA 2010-05-02 22:52:56 EDT
use the following code

<?php
class A {
/**|
public function test() {
}
}
*
Comment 1 Zhongwei Zhao CLA 2010-05-02 23:48:37 EDT
fixed in head
Comment 2 Gadi Goldbarg CLA 2010-05-17 05:47:15 EDT
Retested at PDT-2.2.0.v20100504

It seems to not be fixed
When used the example code after pressing enter key caret is going  after p character at next line where is defined public function and no finished PHPDoc comments - look bellow code:

<?php
class A {
/**

p|ublic function test() { //with "|" is marked caret
}
}
*

Reopened by
Teodor Kirkov
teodor.k@zend.com
Comment 3 Zhongwei Zhao CLA 2010-07-12 04:00:39 EDT
fixed
Comment 4 Gadi Goldbarg CLA 2010-08-20 07:24:42 EDT
Verified fixed.
Kalin Yanev
kalin.a@zend.com