Bug 333798 - Add HTML proposals in phpDoc content assist
Summary: Add HTML proposals in phpDoc content assist
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-08 09:22 EST by Mauro Molinari CLA
Modified: 2020-05-14 10:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mauro Molinari CLA 2011-01-08 09:22:03 EST
If you hit Ctrl+Space in a phpDoc region, you don't get any HTML proposals.

If you do that in the Java editor for a JavaDoc region, you do.

For instance:

// Java editor

/**
 * | <= ctrl+space here: <a>, <b>, <blockquote>, etc. suggested
 */
public void test()
{}

// PHP edito

/**
 * | <= ctrl+space here: no default proposals
 */
public function test()
{}

It would be very useful to have such proposals in the PHP editor for phpDocs too.