Hello.
I am a young man 21 years old and I have the Visual Studio 2003 .NET Academic version.
I try to develop in C#, but I have some questions:
1) Is it possible to do that when you use a function, then there will be automatic braces at last in the function instead you have to write the braces by yourself and where in the program and how to
2) Is it possible to do when your write in the editor then the "completeword-menu" popup automatic instead you have to use "CTRL+Space" etc as shortcut key Like if you write "t" then the completeword menu box popup instead you have to use CTRL+Space by yourself and where in the program and how to
Hope someone can help.
Thanks.
spot

auto completion of braces in functions and automatic text editing?
Skyline58687
Hi Spot -
For 1), this is something that is on our feature suggestion list and we're looking into in a future version. The feature isn't currently in the IDE.
For 2), we actually implemented this in VS2005. Try using the free download of C# Express, you'll see the autocomplete pop-up as soon as you starting typing "t". You can download Express here: http://msdn.microsoft.com/vstudio/express/visualcsharp/
There are a whole set of great new features in VS2005, so I'd recommend using C# Express.
HTH,
Karen