mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't suggest java class names in text fields with autocompletion (IDEA-117213)
This commit is contained in:
@@ -43,5 +43,6 @@ public class CompletionContributorForTextField extends CompletionContributor imp
|
||||
}
|
||||
|
||||
field.addCompletionVariants(text, offset, prefix, activeResult);
|
||||
activeResult.stopHere();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user