Chris Marisic
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 79
-
-
Chris Marisic created a post, Change text wrapping length for a single file
Is there a way to increase the wrapping length for a given file using resharper comment, annotation attribute, etc? My BDD style tests frequently end up with verbose names and lambdas that I genera... -
Chris Marisic created a post, AnsweredC# 6 in razor view files, suggest install Microsoft.CodeDom.Providers.DotNetCompilerPlatform
I was attempting to write C# 6 in my razor view and i got this tooltip: I don't know if that's from visual studio or from resharper. I really wish resharper would give me the lightbulb to Instal... -
Chris Marisic created a post, Why does resharper inspect javascript files when renaming a c# method?
So i just renamed a method (definitely using r# via Refactor This) The solution i'm in has around 700 files amongst all things. During the rename process, the progress modal displays and shows the... -
Chris Marisic created a post, AnsweredPrevent resharper changing comment alignment
I'm working with IL and use comments like: emit.LoadArgument(DICTIONARY); //stack: [dict]emit.LoadConstant(argument.Name); //stack: [dict] [arg name]emit.LoadLocalAddress(value); //sta... -
Chris Marisic created a post, AnsweredCreate strings as templating strings by default.
Let's take a normal exception constructor InvalidOperationException(string message) With resharper, i can type throw new Invalid... auto completes to InvalidOperationException. Now i'm in the ctor ... -
Chris Marisic created a post, Annotations for unowned code, configured in code
Is there anyway that annotations can be configured using code directly (as opposed to the xml files)? I'd really like to define it in code so i'm not tied to the file location of the DLL since the ... -
Chris Marisic created a post, Resharper should not default to removing named parameters with literal values
Suppose you have a methoddeathStar.PowerupReactor(true)what does this mean? who knowsdeathStar.PowerupReactor(overload: true)what does this mean? looks pretty clear the reactor is being set to over... -
Chris Marisic created a post, Resharper should be smarter about line wrapping
Resharper really should be more intelligent for how it handles line wrapping. As it stands today, you set a number like 160 characters. It will cause a line to wrap even if it's 161 characters. The... -
Chris Marisic created a post, Why was Introduce Variable position moved?
When i highlight text, i execute "Refactor This" when i want to move a inline member to a variable ingrained in my brain is: ctrl+shift+r up arrow enter However between 9.1 and 9.1.1 this now doe...