Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
Cryptc
Follow
New posts
New posts and comments
Total activity
32
Last activity
January 15, 2016 15:51
Member since
November 04, 2011 19:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
12
Activity overview
Posts (8)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
December 28, 2015 23:59
I had this issue with ReSharper 9. Right after I installed it for the first time, I could not get the color settings to show up. I did an in-place reinstall and that fixed them. All of my color ...
ReSharper FAQ
Usage, Features and Known Issues/Bugs
ReSharper Fonts & Colors settings do not appear in Visual Studio after installation
0 votes
Created
January 30, 2014 16:33
C# 6.0 should make it a little easier, but it won't be released for a while.http://damieng.com/blog/2013/12/09/probable-c-6-0-features-illustrated
Community
ReSharper Community
Create immutable class from constructor reference
0 votes
Created
January 27, 2014 21:06
First of all, no one should use Tuples extensively in C#. It is a bad practice. Tuples are great for prototyping objects that will become classes or structs, but where you don't know how many fie...
Community
ReSharper Community
Tuple<> to class/struct feature
-5 votes
Created
January 27, 2014 18:10
I think ReSharper 8.x is pretty fast. The only major slow-down I experienced in the past (but is no longer a problem) was where Ctrl+click would take a second (or three) to go to the right spot. ...
Community
ReSharper Community
Is reSharper still full of bugs and slow?
0 votes
Created
December 13, 2013 20:03
Thanks for fixing this in the new release.Going back to my original post, is it reasonable to auto-expand the top tier (root node), too?So, from this screen...It opens like this now:But since a sin...
Community
ReSharper Community
Speed up Rename flow
0 votes
Created
June 10, 2013 22:15
'var' is often abused. The argument that it is DRY is over-stated. The code is sometimes less readable.foreach (var stuff in randomEnumerableClass){ // what type is stuff? // When writing...
Community
ReSharper Community
Entangling Type changes
0 votes
Created
May 14, 2013 18:28
No it does not.The right arrow first moves between "Select All", "Unselect All", and the "Next" buttons.If I tab into the Related Symbols box, using the right/left arrow keys doesn't do anything. ...
Community
ReSharper Community
Speed up Rename flow
0 votes
Created
May 02, 2013 19:09
I found that Suggestion #1 is possible with Ctrl+Shift+Alt+B (Go To Implementation) on the namespace name.
Community
ReSharper Community
Organizing Namespaces
0 votes
Created
January 28, 2013 19:47
I agree that, with leading commas, moving the first line is the biggest pain point.The best way to comma separate is case-by-case.If I have 3 simple strings:"hi""yo""go"... then all 3 are easy, no ...
Community
ReSharper Community
Feature Requests and Changes
0 votes
Created
April 20, 2012 16:29
Why would we only want to see base usages? So if I implement IName anytime I want "public string Name { get; set; }", then I do a Find Usages on Person.Name, why would I want unfilterable results ...
Community
ReSharper Community
Resharper 6.1 returning only base find usages results?
0 votes
1
2
›
»