- Home /
Annoying Visual Studio Autocomplete C#
Visual studio is having annoyingly aggressive auto completions. I won't switch back to monodevelop, but this is extremely aggravating and slows down by coding immensely. The main problem is when creating new methods, the autocomplete does not let me override it. For instance: Typing "void OnCollisionEnter(" makes "void OnCollisionEnter(Collision collision){ }()" appear. Not only does the typing of '(' no longer override the autocomplete, it also creates a new set of parenthesis outside of the method. I am used to my old habits and I was wondering if there was a way to make the auto complete less aggressive, such as making it autocomplete when I press enter on a selection, but not if I continue typing. Thanks!
Answer by agamenc · Jan 26, 2017 at 09:02 PM
I asked this on stackoverflow and the answer is here: http://stackoverflow.com/questions/41867180/visual-studio-autocomplete-too-aggressive-with-unity
did they fix this yet? lol I am also having the same issue
Your answer
Follow this Question
Related Questions
Unity JS Syntax Coloring for MonoDevelop 0 Answers
What does 'SetTexture[_]' mean in a shader? 1 Answer
Load gameoverscreen after condition. Error 1 Answer
Error in my script i don't understand. 0 Answers