no code completion - what am I doing wrong?
Hi all.
I just downloaded the trial version of IntelliJ v5.1.1
I can't get ANY code completion to work!
I've opened numerous sample java programs.
I've turned on all the code completion options - I get nothing.
If I hit control-space I get "no suggestions" but I can't get any of the auto-complete stuff to work. nothing after someinstance. , nothing on classes, etc.
what am I missing?
Thanks,
Dan
Please sign in to leave a comment.
Seems like your java classes not under source root (files have specific
icons)
Dan Nichols wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
DUH!
Thanks,
Just moving (back) to java from .Net, head not on straight yet.
Dan