If you're at the beginning of a statement and invoke Complete Current Statement, the statement doesn't complete.
For example:
public class Test
{
publicstatic void main(String[] arg)
{
System.out.println()
}
}
If the current is immediately before the "S", Complete Current Statement puts a line before the statement instead of completing it.
I think it should complete it, as this is what you'd expect.
Description
If you're at the beginning of a statement and invoke Complete Current Statement, the statement doesn't complete.
For example:
public class Test
{
publicstatic void main(String[] arg)
{
System.out.println()
}
}
If the current is immediately before the "S", Complete Current Statement puts a line before the statement instead of completing it.
I think it should complete it, as this is what you'd expect.