Igal Tabachnik
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
-
Igal Tabachnik commented, -
Igal Tabachnik created a post, Extending code formatting on close brace/semicolon
Hello.I've written an addon to perform some additional formatting my source code (per coding guidelines of my workplace) that works in code-cleanup. I would like to make some of those formattings a... -
-
Igal Tabachnik created a post, How to find out if a class is static?
Hello.I have a IClassDeclaration (actually, ICSharpTypeDeclaration), and I would like to find out if it's a static class or not, howver, it seems that IsStatic always returns true (verified with Re... -
-
Igal Tabachnik created a post, Creating an ICSharpFile from text
Hello.I was wondering if it's possible at all to create the ICSharpFile representation from a text string? I'd like to use this in a unit test.Thanks,Igal. -
-
Igal Tabachnik created a post, Modifying method parameters
Hello.I'm making a plugin for ReSharper 4 to have better control of the method parameters (I need to modify spacing between the parameter type and name).I would like it to run on code cleanup, so I...