T O P I C R E V I E W |
ahirth |
Posted - Oct 07 2009 : 09:12:36 AM Hi,
I want to use VA Snippets in the context of C# XML documentation. E.g. I defined a snippet with the shortcut 'xmlnull' for the code '<see langword="null"/>'. I can choose the snipped from the context menu. I can also use the shortcut somewhere in the code, BUT in the context of C# XML documentation (between <summary> and </summary>, for example) the shortcut does not work.
Is there anything I missed?
VA X Version 10.5.1738.0 Visual Studio 2008
Thanks a lot!
Andreas |
2 L A T E S T R E P L I E S (Newest First) |
ahirth |
Posted - Oct 08 2009 : 03:25:19 AM Preceding the shortcuts with a '/' works great. Thanks a lot!
Andreas |
feline |
Posted - Oct 07 2009 : 3:15:20 PM Most VA Snippets are never suggested in comments, since comments are "free text", so you do not want VA trying to insert an "if" or "for" block every time you typed the English words "if" or "for".
Shortcuts that start with "/" work in comments, e.g. "/c" or "//f". |
|
|