Bug 333799 - Add new template proposals in phpDoc context
Summary: Add new template proposals in phpDoc context
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:29 EST by Mauro Molinari CLA
Modified: 2020-05-14 10:16 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:29:02 EST
The Eclipse Java editor has a lot of predefined template proposals for Javadoc context which are very useful.

Just some examples:
true => <code>true</code>
null => <code>null</code>
<code> => <code></code>

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