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 250056 - Disable Codecompletion
Summary: Disable Codecompletion
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0.1
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 16:05 UTC by phouli89
Modified: 2015-01-28 08:07 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 phouli89 2015-01-27 16:05:07 UTC
I was searching for a configuration to exclude a Folder from Codecompletion but still showing it in Projectview. The only configuration I found excludes the Folder from project, it is only visible in Filetree.

Reason: I have certain projects where customized classes (duplicate classes) are in a specific subfolder. We need these Files for customizing but not for codecompletion. When I jump into a funktion by shortcut "CTRL + Click-on-functionname" Netbeans opens the correctfile or the custom file by random. This is only one problem effekted by not excluding the subfolder.

It would be realy great if the will be a possibility to explude a Folder just an only from codecompletion without having other issus with the views.


with kind regards
Philipp uhr
Comment 1 Tomas Mysik 2015-01-28 07:36:03 UTC
Ignored Folders does not work for you?

Thanks.
Comment 2 phouli89 2015-01-28 08:07:00 UTC
(In reply to Tomas Mysik from comment #1)
> Ignored Folders does not work for you?
> 
> Thanks.

No, the main problem is that ignored folders are not visible in the projectview and not be considered for searchresults. I got to edit the customized files all the time, so they have to be visible for me (file tree doesn't work for me either). In the codecompletion netbeans jumps into these customized classes without any hint that this file might be a duplicate. 

In some cases I get a Selection which class to open, but in other cases netbeans jumps into one of the customized classes without even considering the class in src folder.

This is more like a changerequest but it would make it way more easy for me an my colleagues.