This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269763 - symfony code completion is not complete
Summary: symfony code completion is not complete
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: Dev
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 20:12 UTC by vercinstex
Modified: 2017-02-08 21:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (102.48 KB, text/plain)
2017-02-06 20:12 UTC, vercinstex
Details
Code completion does not work also for symfony annotation (107.44 KB, image/jpeg)
2017-02-08 21:31 UTC, vercinstex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vercinstex 2017-02-06 20:12:38 UTC
Product Version = NetBeans IDE Dev (Build 2017-02-01_15-28-58)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_121
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.121-b13

Reproducibility: Happens every time

STEPS:
  * retrieve a symfony service in controller like: $this->get('app.example')
  * try to get code completion for service adding arrow: $this->get('app.settings')->
  * even try to press ctrl+space bar

ACTUAL:
  code completion suggest generic php

EXPECTED:
  code completion of available methods for the defined service "app.example".
Comment 1 vercinstex 2017-02-06 20:12:45 UTC
Created attachment 163583 [details]
IDE log
Comment 2 vercinstex 2017-02-06 22:13:28 UTC
the same situation of not working code completion happen also with entity repository.

$em->getDoctrine()->getRepository('AppBundle:Example')->

after this even if I press ctrl+space, Netbeans suggest me only default doctrine repository methods but none of eventualy custom repository methods created by the user.
Comment 3 vercinstex 2017-02-08 21:31:59 UTC
Created attachment 163598 [details]
Code completion does not work also for symfony annotation

Code completion does not work also for symfony annotation like doctrine orm or gedmo symfony bundle etc etc...

see attached picture netbeans-no-code-completion-on-annotation.jpg