When writing some function call, it happens that the completion is lost :
function foo(x:Array<Int>,y:Int) {
}
foo([],
When writing this, we loose completion when typing [ (why not) but it doesn't
show up again when writing ','
Hitting Ctrl+Space works. Hitting enter + then erasing ',' and retyping it
works as well, so it's only after the first input of , that it stops working.
Original issue reported on code.google.com by ncanna...@gmail.com on 17 Jul 2012 at 10:53
Original issue reported on code.google.com by
ncanna...@gmail.com
on 17 Jul 2012 at 10:53