Was wondering why isn't there an intelligent IDE? I mean the new Visual Studio 2010 is okay, you press tab and it helps you complete for instance the required keywords for an event handler. But i'm talking about something more intelligent.
Let's say I need to connect to a database. And there's about 5-6 lines of code that you need to write to be able to connect to that database. Why not have a popup or an advanced intellisense that inserts that code for you and all you have to do is change the parameters. Kind of like snippets in Flash but a bit more robust (snippets in Flash are very limited).