Completion in comments and strings not working in Selena?
I noticed that in Selena there is no completion of class names in strings and comments. I don't have 6.0.x handy to test this, but I am fairly sure that this worked in 6. Can anyone confirm that? I'll file a bug for that then.
S.
Please sign in to leave a comment.
Hello Stefan,
In #6913, I can complete CHM using Ctrl-Alt-Space to
System.out.println("ConcurrentHashMap");
Demetra seems the same. I think Irida included method names from current
file in regular Ctrl-Space completions.
-tt
Doesn't work here, not in comments, not in strings. With 6913. Odd.
S.
After further investigation it seems that Demetra does indeed feed DefaultWordsScanner
data into Ctrl-Space completion inside comments.
For example, methods names and name of current class will be available from
completion inside comment.
This seems broken in Selena.
-tt
http://www.jetbrains.net/jira/browse/IDEA-12453
S.