mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-120465 Code completion: no Autopopup code completion and inserting pair brackets if Column selection mode is on
added tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
void m() {
|
||||
System.exit(<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user