Word Completion In my Editors:Eclipse, Netbeans not work for function and other function from ui themes: $('#tabs').tabs()

Word Completion In my Editors:Eclipse, Netbeans not work for function and other function from ui themes: $('#tabs').tabs()


Hi,
I download jquery-ui-personalized-1.6rc6.
The Example file works well, but when I try Word Completion In my
Editors:Eclipse, Netbeans not work.
I try to find word completion for $("#accordion").a its give me
javascript functions but not show me accordion() in the list, same as
tabs()
package: jquery-ui-personalized-1.6rc6
file part from: example.html
<script type="text/javascript">
            $(function(){
                // Accordion
                $("#accordion").accordion({ header: "h3" });
                // Tabs
                $('#tabs').tabs();
    ..................................
...........................
.................
            });
        </script>
Thanks