Can Autocomplete wrt Arrays be just a little smarter?

When typing ie `string[] foo = new` autocomplete gives me options for `new` `new [] {}` and *then* `new foo[]`

The third option is nearly always the one I want.

 

0
1 comment

Hi, 

If you enable `Preferences | Editor | General | Code Completion` -> Machine learning Assisted completion for C#, will it become better?

This is what I get with this setting enabled after typing `n` symbol:

0

Please sign in to leave a comment.