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 233494 - Modules/Classes created in same source file cannot be completed on
Summary: Modules/Classes created in same source file cannot be completed on
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 14:09 UTC by enebo
Modified: 2013-08-12 20:43 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 enebo 2013-07-26 14:09:36 UTC
This scenario was reported on plugin comments page (code snippet replicated here):

module Foo
  module Bar
  end
  module Zee
  end
end

Foo::^

I can reproduce this.  Interestingly, if I require this file into another file that file will properly complete.  So I know completion is not completely busted.