Can Autocomplete wrt Arrays be just a little smarter? se5a Created March 02, 2022 20:43 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.
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:
