I am having problems trying to move the caret and insert a code snippet at the same time. Any help is appreciated. 1. I have the following in a plugin: private void tcmGotoMemberStart_Execute(ExecuteTextCommandEventArgs ea) { SourcePoint start; LanguageElement activeMember = CodeRush.Source.ActiveMember;...