1

Is it possible to make net beans scan for classes in namespaces which i haven't imported YET.

What I mean is, when I begin typing the name of a class, netbeans doesn't show it in its 'code prediction'. it only shows after I have imported the class's namespace. I want it to show the class in the code prediction regardless of if I've imported the namespace or not

This isn't an issue with eclipse, can I make it work like eclipse?

4

1 回答 1

0

请通过此链接。我已遵循此链接,并且实现了您想要获得的目标。https://netbeans.org/kb/docs/java/editor-codereference.html

此外,您始终可以根据需要自定义代码完成设置。它的行为与 eclipse 几乎相似。

于 2013-08-31T02:52:23.663 回答