ReSharper/Rider Stuff #3213
Replies: 4 comments 22 replies
-
I'll start off by listing the ReSharper extensions I currently have installed for my ReSharper 2023.3.2 installation on the machine I'm on at the moment (I use pretty much the same set everywhere though).
All of these, as of this posting, are compatible with the current release of ReSharper. There are several extensions in the gallery that are not compatible with current versions of ReSharper. This can mean anything from nothing at all up to "this will crash R# and potentially VS itself." So, don't use any that aren't marked compatible which, unfortunately, isn't something you can filter. Most extensions link to their project pages, so you can see if they're stale or not. In general, if they haven't been touched in the past year or so, there probably are issues. You can, however, sort by update date, to make it easier to know what's likely broken. The default sort in the extension manager for R# is popularity, which appears to only be a download count. I also used to use "AsyncApostle," but haven't lately, because a lot of what it used to do, last time I had it installed, had been integrated into Visual Studio or ReSharper, so it was mostly redundant. It may still have some useful stuff or may have gained more since I last used it, of course. |
Beta Was this translation helpful? Give feedback.
-
ReSharper has many uses but VS2022 also has other very useful ones. One of them is automatic refactoring when we are repeatedly changing identical code, VS2022 suggests changes based on this pattern. ReSharper doesn't have it, at least it hasn't appeared to me. What's the most practical way to switch between the two without losing what each one has to offer? |
Beta Was this translation helpful? Give feedback.
-
One thing I don't like on R# is when I want change a method it always add
When I change False to True R# replaces with:
I always have to delete |
Beta Was this translation helpful? Give feedback.
-
@dodexahedron can you add some configuration so R# doesn't change this please. |
Beta Was this translation helpful? Give feedback.
-
For general talk about these tools, especially as everyone gets familiar with them.
Also intended for when someone finds something cool in them or their extensions which they think others might find useful.
Beta Was this translation helpful? Give feedback.
All reactions