I am new in using CodeRush for Roslyn.
I am currently trying to use our own Templates after importing them but I cannot get them running.
The attachment contains the templates I would like to use.
In the classic Edition I was able to insert the template by eg. typing "_cf ".
The template was then inserted immediately after pressing a key like space.
Currently the behavior is just that the typed "_cf" is removed and nothing more happens.
Any Support would greatly be appreciated.
Best regards,
Alex<
Thanks for providing your custom templates. I have exported and examined them. These templates are not expanded in CodeRush for Roslyn, therefore, names of certain contexts are different than those that are present in CodeRush Classic. We will improve the templates import in CodeRush for Roslyn so that it changes names of these contexts to corresponding names automatically. As a temporary workaround, I have made these changes manually and attached the corrected XML file to my current comment.
Also, the 'AlignNewLines' text command and the 'GetUserMiddleName' string provider that are used in your templates are not implemented in CodeRush for Roslyn for now. We plan to add this functionality with future updates. You will be notified of our progress.