Netbeans code completion for Watir gem classes defect
I noticed that the only Watir module classes available for code completion are coming from other gems and not from Watir.
jim_matt has submitted bug #116570 at netbeans
For example: I recently installed Spec UI and when I type the code
require 'watir'
Watir::(do ctrl+space here)
the code completion shows me Browser class as a candidate for code completion. I expected to see IE class here as well it does not show up.
When I open watir.rb and at the bottom of the page I type Watir::IE the code completion is working (but only in the files in the same dir as the Watir gem).
I guess we have to wait for the bug fix from netbeans.