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 116574 - Autocomplete should include methods defined in your project
Summary: Autocomplete should include methods defined in your project
Status: RESOLVED INCOMPLETE
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 20:40 UTC by jim_matt
Modified: 2009-02-10 14:37 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 jim_matt 2007-09-24 20:40:02 UTC
Autocomplete should include methods defined in your project.
Comment 1 Torbjorn Norbye 2007-10-30 16:49:16 UTC
I agree - it should, and as far as I know, it does. Do you have a reproducible scenario to share?

(Marking INCOMPLETE to indicate to the bug dashboard that this issue is waiting for additional submitter info)
Comment 2 intersol 2007-11-13 16:45:38 UTC
The real problem is that currently autocomplete does not do any kind of filtering on the autocomplete and if you have
lots of gems installed you not be able to use it anymore.
Comment 3 lamyseba 2008-02-10 11:26:47 UTC
when in a rhtml file of a view, the auto-complete does not suggest the methods from the related helper, or from the
application helper.