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 182367 - Code completion for PHP standard functions does not work
Summary: Code completion for PHP standard functions does not work
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on: 180581
Blocks:
  Show dependency tree
 
Reported: 2010-03-19 12:10 UTC by josef.sabl
Modified: 2010-03-22 08:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of No suggestions popup. (1.58 KB, image/png)
2010-03-19 12:10 UTC, josef.sabl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description josef.sabl 2010-03-19 12:10:38 UTC
Created attachment 95425 [details]
Screenshot of No suggestions popup.

When I type 'str_repla' and press ctrl+space, I expect code completion to suggest str_replace along with parameters and all variants of said function.

Instead I get 'No suggestions' popup.
Comment 1 rmatous 2010-03-19 13:38:35 UTC
Seems like one of the clones of #180581.

Try to delete var/cahe in userdir
Comment 2 josef.sabl 2010-03-22 08:31:03 UTC
It did not help.

What settings should I check to make this work it is very annoying.

Thank you.
Comment 3 josef.sabl 2010-03-22 08:42:23 UTC
I just installed 6.9M1 and it works there.