C# code Highlighting/Focus Hello everyone,<br/> I am creating a package that automates code through voice. It is not a Language Service and just using Code Model. I have done this for If-Else, Try Catch, etc but problem is where Parameters are needed such as fucntions, foreach etc where I need to give the user option to insert variable at his place of choice. <br/> This happens in code snippets where the parameters are replaceable, highlighted and can be toggled by pressing Tab key. <br/> <br/> for (int <strong>i</strong> = 0; i &lt; <strong>length</strong> ; i++)<br/>                     {<br/>                         <br/>                     } <br/> I can't get the color here but the bold variables are highlighted &amp; colored in VS and you can reproduce that by inserting For Code Snippet <br/> (Right Click-&gt;Insert Snippet-&gt; C#). Please tell me:<br/> <br/> 1) How I can achieve this<br/> 2) If not possible than any suggestions/alternate method<br/> <br/> My main purpose is to allow user to enter parameters through voice and he can see choose/see which parameter he is inserting.<br/> An early response is most appreciated! Thanks in advance<br/> <br/> Regards.<br/>  © 2009 Microsoft Corporation. All rights reserved.Mon, 11 May 2009 11:17:03 Zf7ea8409-3d89-46b1-b291-7196cae71086http://social.msdn.microsoft.com/Forums/en-US/MEFramework/thread/f7ea8409-3d89-46b1-b291-7196cae71086#f7ea8409-3d89-46b1-b291-7196cae71086http://social.msdn.microsoft.com/Forums/en-US/MEFramework/thread/f7ea8409-3d89-46b1-b291-7196cae71086#f7ea8409-3d89-46b1-b291-7196cae71086Omar.Ahmedhttp://social.msdn.microsoft.com/Profile/en-US/?user=Omar.AhmedC# code Highlighting/Focus Hello everyone,<br/> I am creating a package that automates code through voice. It is not a Language Service and just using Code Model. I have done this for If-Else, Try Catch, etc but problem is where Parameters are needed such as fucntions, foreach etc where I need to give the user option to insert variable at his place of choice. <br/> This happens in code snippets where the parameters are replaceable, highlighted and can be toggled by pressing Tab key. <br/> <br/> for (int <strong>i</strong> = 0; i &lt; <strong>length</strong> ; i++)<br/>                     {<br/>                         <br/>                     } <br/> I can't get the color here but the bold variables are highlighted &amp; colored in VS and you can reproduce that by inserting For Code Snippet <br/> (Right Click-&gt;Insert Snippet-&gt; C#). Please tell me:<br/> <br/> 1) How I can achieve this<br/> 2) If not possible than any suggestions/alternate method<br/> <br/> My main purpose is to allow user to enter parameters through voice and he can see choose/see which parameter he is inserting.<br/> An early response is most appreciated! Thanks in advance<br/> <br/> Regards.<br/>  Mon, 11 May 2009 11:17:02 Z2009-05-11T11:17:02Z