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 230449 - Ability to ignore certain namespaces in code completion / "Fix Uses..."
Summary: Ability to ignore certain namespaces in code completion / "Fix Uses..."
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 12:02 UTC by vmattila
Modified: 2013-05-29 12:02 UTC (History)
0 users

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 vmattila 2013-05-29 12:02:40 UTC
I have added Symfony2 source folder to my project's Include Path, to make sure that I have access to Symfony2 classes in code completion and "Fix Uses..." feature.

It would be useful if certain namespaces and/or subpaths (namely */Tests/*) could be added to an ignore list. That would make NetBeans not to suggest test classes (that are usually named per the main class) in code completion.