| T O P I C    R E V I E W | 
              
              
                | CaraVani0 | 
                Posted - Oct 15 2010 : 10:29:27 AM  Typing /// triggered a VAX macro/snippet that generated a long series of slashes in Visual Studio <= 2008. In Visual Studio 2010 typing "///" in a C# code file results in an XML comment instead of long series of slashes (a whole line that spans to the extents of the printable area). Obviously VS macros/snippets have greater priority than VAX's ones. Using VAX snippet is possible only in case if the three slashes are typed in a comment:
  // ///
  In this case the VAX snippet is triggered.
  Could this be resolved somehow?
  Regards
  *moved to the correct section by feline* | 
              
              
                | 1   L A T E S T    R E P L I E S    (Newest First) | 
              
              
                | feline | 
                Posted - Oct 18 2010 : 11:08:17 AM  Unfortunately no.  The IDE is using this keyboard shortcut to trigger its own command in this situation.  If you simply change your VA Snippet to use a different keyboard shortcut then the problem will go away, perhaps "//-" instead of "///" |