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 217076 - PHP code completion could behave according to uses formating options
Summary: PHP code completion could behave according to uses formating options
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 04:53 UTC by Martin Fousek
Modified: 2012-08-20 10:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-08-20 04:53:32 UTC
Ondro, I would have an idea for a quite useful enhancement. When you completes classes in the php source, the completion could behave according to your settings in options->editor->formating->PHP->uses. It means that it could i.e. complete non-fqn name in the source and add use at the uses declarations.

It would be more similar to java editor behavior then.

Thanks for your consideration... :)
Comment 1 Ondrej Brejla 2012-08-20 07:33:41 UTC
Definitely yes, I have this feature in my todo list ;) Unfortunately it's not so simple as it looks like and it will take some time. I think that there will be no time for it for 7.3 :/ But thank's for your suggestions :)
Comment 2 Martin Fousek 2012-08-20 10:42:49 UTC
Understand, anyway thanks for targeting to next release.