select the exact prefix match, even if case-insensitive

This commit is contained in:
peter
2011-07-06 18:03:20 +02:00
parent 8690880fa4
commit 6eb83a1ad0
3 changed files with 21 additions and 1 deletions
@@ -0,0 +1,9 @@
class Foo {
void foo1() {}
void foo2() {}
{
foo<caret>
}
}