Alexander Ulitin

Results 12 comments of Alexander Ulitin

@Eonasdan, DbSet is great example for ReSharper live templates, but not for ZenSharp. Just create Live template as described here - https://www.jetbrains.com/resharper/help/Templates__Creating_and_Editing_Templates__Creating_a_Live_Template_from_Source_Code.html

You're doing it right. ![paizbvn 1](https://cloud.githubusercontent.com/assets/1911626/8913191/2ebf91b0-34a0-11e5-8604-85f2b3a61574.png) > but I the template doesn't show a name and it doesn't generate code. What do you mean by that ?

> Can I make ZenSharp do that or do I really just need a live template? Looks like you really need just a live template. Create live template `public DBSet...

> It will be nice to have a editor for all rules and also if you can add alias to these rules @adeel41 , For implement it really cool and...

@GeorgeWolf, Thank you for your feedback! Default templates allow you to enter array type by entering `a` symbol after type. For example, to get ``` public int[] Test() { }...

@olsh sorry for long answer. Currently, async templates not included in predefined templates. But they are pretty easy to add. For example, I can suggest use the following scheme: `pmTsName`...

@ilivit sorry, but currently it is not possible due bug in templates substitution (you need to substitute type twice in single template). Will look at this soon, thanks.

@amadare42 Unfortunately not. But it is very nice and flexible idea how scope may be defined - by enclosing AST node type (or combination of it)

I'm not sure if I complete understand your problem, but maybe standart ReSharper live templates is what you need in this case. What if just declare live template like `public...

Have tried to check the process via process hacker or process explorer? They both have feature to find handle by name. I'm afraid that it is out of scope of...