mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
IDEA-75502 Tab in completion replaces the whole line instead of an identifier
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
void foo() {
|
||||
Object textIndex = null;
|
||||
Object p = tI<caret>equals(2);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
void foo() {
|
||||
Object textIndex = null;
|
||||
Object p = textIndex<caret>(2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user