Bug 533840 - add code assist for types inside VarComments
Summary: add code assist for types inside VarComments
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Thierry BLIND CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-19 17:11 EDT by Thierry BLIND CLA
Modified: 2020-05-14 13:25 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 Thierry BLIND CLA 2018-04-19 17:11:13 EDT
Hi,
it would be nice to enable types CA inside VarComments :

<?php
function foo1()
{
    /* @var array[DateTime]|DateTi<-- no CA
       $var */
    $var = null;
}

function foo2()
{
    /* @var $var array[DateTime]|DateTi<-- no CA
     */
    $var = null;
}

Thierry.
Comment 1 Eclipse Genie CLA 2018-04-19 17:30:05 EDT
New Gerrit change created: https://git.eclipse.org/r/121445