IDEA-69648 Complete Current Statement: Correct 'for' completion

Provided completion for standalone 'for' keyword
This commit is contained in:
Denis Zhdanov
2011-05-16 12:15:10 +04:00
parent 9a3bb4c453
commit f4469717d7
4 changed files with 91 additions and 0 deletions
@@ -0,0 +1,5 @@
public class Foo {
void test(int i) {
for<caret>
}
}