Code completion in interfaces
IDEA makes code completion in interfaces always uppercase.
Eq.
public interface Test
{
public Transaction getT|
}
gaves
getTRANSACTION
as possible completion.
When used in classes, it's shows "getTransaction".
Is there any option to change this behaviour or I am missing something?
请先登录再写评论。
Not that I know of. Please submit a JIRA issue, I'll vote for it.
Tom
Just seen that I missed the existing request:
http://www.jetbrains.net/jira/browse/IDEADEV-2218
Tom schrieb:
>> Is there any option to change this behaviour