IDEA-68698 Elements with exactly same prefix (and same proximity) should be placed at the top of the list

This commit is contained in:
peter
2011-05-12 18:15:30 +02:00
parent 296e569942
commit 8301cbedae
3 changed files with 25 additions and 24 deletions
@@ -0,0 +1,9 @@
class FooOCSomething {}
class FooObjectCollector {}
class Foo {
{
FooOC<caret>
}
}