Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318367 - within an array declaration a comment will prevent further code-completion / autocomplete
Summary: within an array declaration a comment will prevent further code-completion / ...
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 14:47 EDT by Kissaki CLA
Modified: 2020-05-14 11:16 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kissaki CLA 2010-06-29 14:47:53 EDT
Build Identifier: 20100617-1415

when
$obj->
works for autocomplete, after the comment it will no longer when doing like:

$array = array(
  'key1' => $obj->works(),
  // following won't autocomplete anymore
  'key2 => $obj->doesnt(),
);

Reproducible: Always

Steps to Reproduce:
$array = array(
  'key1' => $obj->works(),
  // following won't display functions via autocomplete anymore
  'key2 => $obj->doesnt(),
);
Comment 1 Zhongwei Zhao CLA 2010-06-29 23:08:07 EDT
could not be reproduced on pdt2.2 release,let QA to verify it.

Eclipse for PHP Developers

Version: Helios Release
Build id: 20100617-1415

(c) Copyright Eclipse contributors and others 2000, 2010.  All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/
Comment 2 Sylvia Tancheva CLA 2010-09-02 04:28:16 EDT
QA could not reproduce it as well.
Closing the bug.
If still relevant, please reopen and give more details on how to reproduce. Thanks