Search code examples
visual-studio-2012ideautocorrect

IDE won't let me type what I want


A couple weeks ago my IDE started getting very forceful... Since it's hard to explain what I mean, here is a video:

http://www.youtube.com/watch?v=tNGMlWwmzpg

It lets me do what I want outside of the parenthesis, so maybe it thinks it's bad syntax two put to evaluations inside, but even if that's true, I don't want my IDE restricting what I can type, it should just use intellisense and put the squigglies.

Here are the extensions I have installed (I disabled the one I installed most recently but it didn't help). I've used almost all of these forever without problem...

enter image description here

update: Offered a bounty because this is making me rage. I have disabled ALL extensions and right now I have the following line:

output += "<div title='" + dr("ServiceGroupType_Desc") + "'>" + dr("ServiceGroupType_Desc") + "</div>"""

I cannot delete the two extra quotes at the end. It just won't let me.


Solution

  • I had the same issue as you and had to uninstall the Codealike plugin to get it working again.