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 125063 - Auto completion should have filter by type
Summary: Auto completion should have filter by type
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 21:20 UTC by fabian_e
Modified: 2011-01-28 20:11 UTC (History)
1 user (show)

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 fabian_e 2008-01-10 21:20:22 UTC
- Auto completion should be filterable by type: auto completion is great so far but due to Ruby's nature not perfect. In
many cases the IDEs doesn't get the exact type and shows instead all possible completions with their corresponding type.
It would be great if I could click on one of the types and get only the completions for this specific type (or even
better select multiple types). Since usually one knows the type(s) and only forgets about a specific capability you
could easily browse through the list and get only what is important.
Comment 1 Petr Jiricka 2008-01-11 08:17:56 UTC
Hi, this does not sound like a P1 defect to me. Probably an enhancement request?