Friday, September 19, 2008
Auto-Display of Syntax Errors in C#
Is there a way in C# to have your syntax errors get marked as soon as you make them, instead of having to build first? VB does this. It underlines them with red squigglies as soon as you type in a variable that doesn't exist yet, for example. But so far I haven't figured out how to make the IDE do the same thing when the language is C#.
Subscribe to:
Post Comments (Atom)
1 comment:
eah, I can'ind it there. Thanks anyway though.
C# for ASP, by the way. I doubt that makes a difference though
Post a Comment