Code completion still ends with cursor in wrong place

Issue #811 new
Eric Alexander created an issue

When typing

String[] tmp = new Str

You get a completion of String (System)

Hitting enter not he completion results in this and the cursor is inside the brackets. Ideally it would be smart enough to add the {}; and put the cursor at the end

String[] tmp = new String[cursor is here] <-- note no ;

Likewise

List<String> tmp = New List<String>(cursor here) <-- note no ;

Comments (3)

  1. Log in to comment