Marcin Smółka
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Marcin Smółka created a post, Space after comma with line break
I'd like to ask how to remove space after comma, when there is line break so e.g in Enum public enum Test { First = 1, Second = 2, } After comma there is a white space on code cleanup. I w... -
Marcin Smółka created a post, How to achieve formatting like Visual Studio 2015 collection initializers:
I would like to format code during code cleanup in following way:var z = new B(){}var collectionVariable = new List<int>{}var arrayVariable = new int[]{}All options I found this time allows format ... -
-
Marcin Smółka created a post, Function is recursive on all paths
Can anybody expain me this issue. I cannot find any explanation anywhere. Nor in help neither internet? I have peace of code with this warning. But1. It is not shown in code issues window.2. It is ... -
-
-
Marcin Smółka created a post, ReSharper
HelloI have some proporties that are only used as bindable to datagridview. But reshapar marks them as not used. -
Marcin Smółka created a post, Rename pattern/dictionary
Is there any way to tell Resharper how it should suggest renaming, eg. based on some dictionary?Here is an example:I have enum with name: DTT_TEXTCOLORResharper suggest it to: DttTextcolorI would l... -
Marcin Smółka commented,