Earlier quoted context omitted.
Wow, really? Typing `fu` then pressing `enter` to type `function(){}` will always be faster than typing the whole thing out. I can't imagine not wanting features like that...
Yeah, that's exactly the kind of feature that I can't stand. It takes approximately a second to type "nction(){}". Actual typing is an insignificant part of the time it takes to write code. OTOH, for me, the extra cognitive load of having to think about how the editor is going to interpret my keystrokes is a real distraction. What happens if I want to type "fu "? Will I need to type "fu "? Or is the editor clever eno…
An additional annoyance is when your UI freezes as the IDE needs to think while populating a popup window. (such as http://stackoverflow.com/questions/3590489/visual-studio-201...)