mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 14:01:44 +07:00
hide lookup on typing special characters in a live template expression (IDEA-92139)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.io.File;
|
||||
import java.lang.Object;
|
||||
import java.util.Map;
|
||||
|
||||
class Foo {
|
||||
void foo(Map<File, Object> files, File file, Object filx) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user