Visual Studio Code – C# suggestions are replacing subsequent text in VS Code. Why?
My problem is that when I'm creating a variable, let's say int, and later I want to add the public modifier the word int gets deleted (I think the reason is due to the C# extension). This would not be…