Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 311331 - Auto-complete of PHPDoc comments doesn't work for php ends with "/" and "*"
Summary: Auto-complete of PHPDoc comments doesn't work for php ends with "/" and "*"
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 22:52 EDT by Zhongwei Zhao CLA
Modified: 2020-05-14 11:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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