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 166362 - Autocomplete in phpdoc statements.
Summary: Autocomplete in phpdoc statements.
Status: RESOLVED DUPLICATE of bug 151056
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 18:11 UTC by mrugendrabhure
Modified: 2009-08-11 13:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mrugendrabhure 2009-06-01 18:11:08 UTC
NetBeans PHP Editor.

I noticed that when adding phpdoc comments such as @global, @param above classes and functions, the auto-complete
behavior is not ideal. When @ is pressed, a list of possible options pops-up. But as you continue to type, the list
disappears and the word does not auto-complete.

example:

/**
@gl|<does not autocomplete>
function testme()
{
    global $db;
}

Regards,
Mrugendra Bhure.
Comment 1 rmatous 2009-08-11 13:11:37 UTC

*** This issue has been marked as a duplicate of 151056 ***