|
CR_SmartGenerics
Enables auto-complete and easy delete of generics operators <> (c# only).
DisclaimerThis plugin works only for c#. IntroductionThis plugin brings auto complete of generics operators in c# to CodeRush. Features are based on auto complete of parens and brackets, which are supported out of the box:
I did my best to detect whether < was typed as part of generics or as "lower than" operator. Please let me know when both cases are confused resulting in redundant or lacking >. If you find any troubles using it, post issue and I try to fix it ASAP. InstallationInstallation instructions can be found on the InstallInstructions page. UsageThis plugin works "as you type". There is no need for additional steps to activate its features. OptionsSmartGenerics is fully configurable. Options page can be found in "Editor/Auto Complete/Generics" section of DevExpress options window. Future work
Known IssuesThere is problem (very minor, but still) with clearing text fields from local cache. This will be fixed after DevExpress implement http://www.devexpress.com/Support/Center/p/Q218515.aspx?searchtext=&p=T4|P6|0 suggestion CreditsAuthor: Przemysław Włodarczak. |
Sign in to add a comment