autocompletion not working well on NetBeans for Ruby

I'm using Netbeans 8 for Ruby development, I installed the plugins for Ruby development, from the community. I'm working on a project, not on standalone files. The problem that I'm facing, is: the autocomplete doesn't work all the time. Some methods don't appear in the list of autocomplete. For instance if I type inside a class definition the beginning of a method like:

The only way to get the autocomplete working is to precede the method by it's class or object, like this: 在这里输入图像描述

I have also to say, that this problem occurs especially when I'm inside a class definition. Do you have an idea, this autocompletion feature for Ruby isn't working well and how to fix it?

链接地址: http://www.djcxy.com/p/63644.html

上一篇: Netbeans自动完成XSLT / HTML

下一篇: 自动完成在NetBeans for Ruby中不能很好地工作