How to customize code completion Sy Created June 14, 2024 03:19 I dislike the backwards autocompletion of foreach blocks. How can I modify or disable code completion only for foreach?
Hi,
If you're referring to the foreach live template (see example below, note the icon next to foreach), then you can edit or delete it in Settings | Editor | Live Templates | C# => foreach
Let me know if you're referring to a different thing.
That's what I was looking for. Thanks.