Running: VA_X.dll file version 10.1.1293.0 Visual Studio .NET 2003 English (Microsoft Visual C# .NET 69586-335-0000007-18255)
When coding in C#, the VAX listbox is sugesting the "finally" statement(in a try/catch block) starting with the letter "F" in Caps: "Finally" -but C# is case sensitive and the suggestion can't be used.
try { } catch { } Finally (must be "finally" { } Thanks for a very nice product!
Lars Brandt Denmark
Lars Brandt - so dirty with the code right now
Edited by - Lars Brandt on Feb 10 2005 05:50:49 AM
You can solve this by going into Visual Assist X options and editing the the Autotext/Template file. Replace the F with a f. Easy enough work around until they fix the provided template.
You can solve this by going into Visual Assist X options and editing the the Autotext/Template file. Replace the F with a f. Easy enough work around until they fix the provided template.
Finally was not defined in the C# template so i inserted: f: finally -and this works just fine :)