Autocomplete in strings

When I create interpolated strings (beginning with a $ sign), the word 'from' triggers an autocomplete. I can write something like 'string str = $"Hello from', and as soon as I hit the space bar, the line is replaced with 'string str = from:'.

The autocomplete tells me that this has something to do with LINQ. I have searched through the settings for all things related to autocomplete, LINQ, interpolated string, templates and whatnot, without any success.

How can I disable this type of autocomplete? Or change the keyboard key for accepting the autocomplete?

--

Thomas Viktil

0

Please sign in to leave a comment.