What a quality of life feature in #Rider and #ReSharper š
You can find extension methods through code completion even if they're not yet imported. Respective using directive will be added automagically!
š New release alert - #ReSharper 2023.2 is here!
This version brings significant new features for #csharp and #cplusplus programming languages, and performance improvements, alongside productivity tools related to unit testing, AI Assistant, and more.
To learn more, read #InfoQ: https://bit.ly/3YIm59q
#resharper #csharp #cplusplus #infoq #dotnet #jetbrains
#visualstudio is such a smooth IDE for #csharp but so fking jank for #cpp. Trying to convince my supervisor to approve purchasing #resharper
#visualstudio #csharp #cpp #resharper
Not sure if it's just me, but `Ctrl-T` (for finding things) seems much faster in #ReSharper in #VisualStudio than in #JetBrains #Rider on a lower spec'd machine for the same solution. It's actually a bit irritating.
#resharper #visualstudio #jetbrains #rider
š JetBrains has launched #ReSharper 2023.2 - the first AI-powered version of their renowned developer productivity extension.
Interested in finding out more? Read #InfoQ: https://bit.ly/3JWZ9wJ
#resharper #infoq #dotnet #microsoft #visualstudio #AI
https://www.jetbrains.com/help/resharper/Refactorings_in_XAML.html#extr_xaml_style seems to be missing from #Rider #JetBrains #ReSharper š¢ This is the worst feeling ever..
RIDER-96127 created
Nice, #Resharper fucked up my key bindings, slowed everything down and popped up a bunch of notifications. And the most important part - I finally remembered why I didn't want to install it.
Still undecided about whether to go #Windows or #Mac for my new laptop.
Currently using the #Macbook Pro while working on site for a client but Visual Studio for Mac has some shortcomings.
This would lead me down the Windows route so that I could continue to use 'full' Visual Studio but I'm not a fan of #Win11.
I could install #Jetbrains #Rider on the MBP but then I'm also not a fan of #reSharper either - although my experiences were sometime ago now.
Decisions, decisions
#mac #macbook #Win11 #jetbrains #rider #resharper #windows
Woooow !!!, today was another step in my coding live. #ChaptGPT helped me to improve my #RxJS code. Simply amazing !!
If #resharper helping/teaching me functional programming (Linq between others) everyday, now, #ChatGPT is going to helping/teaching me to continuous improving/learning about other languages like #angular #typescript and why not? Improve my current #csharp code.
#chaptgpt #RxJS #resharper #chatgpt #angular #typescript #csharp #ia #dotnet #coding #developments #developer
Completed another annual āCan I use Visual Studio without #Jetbrains #Resharperā and based on the latest 17.5 preview the answer is again, ānopeā.
Search - finally a centered search window! But so much superfluous text, code previews and the achingly slow response are deal breakers. Resharper instantly shows the file, class, method or symbol Iām looking for in a simple list always ordered by my recent use and magic.
ā¦
If you want to learn more about how you can use #JetBrains #ReSharper, we have a ReSharper Cookbook available to help you run through some straightforward #programming exercises. #dotnet
#jetbrains #resharper #programming #dotnet
July 21, 2004: JetBrains announces ReSharper for Visual Studio 2003. Giving developers intelligent refactoring and code editing assistance. #dotnet #history #jetbrains #resharper
#dotnet #history #jetbrains #resharper
#JetBrains #ReSharper has an updated IL Viewer that allows you to see IL, Low-level C#, and High-level C# from an existing #csharp application.
It's wild that a two-line top-level statement application is lowered into 108 lines of code! š±
I for one am glad we have all this syntactic sugar.
Postfix templates in #JetBrainsRider and #ReSharper are pretty awesome.
https://www.jetbrains.com/help/rider/Postfix_Templates.html#list
Before #JetBrainsRider found it's UX groove, there was a #ReSharper prototype IDE using WinForms.
It's amazing how far it's all come because of the amazing folks at #JetBrains and their hard work.
https://blog.jetbrains.com/dotnet/2022/08/03/happy-5th-birthday-rider/
#jetbrainsrider #resharper #jetbrains
#TIL about a built-in project #diagram tool in #rider and #resharper. very helpful to understand (once again) a structure of a big project
based on #yFiles btw š
#til #diagram #rider #resharper #yfiles
Picked up some tasks on a #dotnet project in my #DayJob and I'm really #triggered by the way someone has set it up. I really dislike some of the #fxcop rules and #editorconfig settings that are being enforced. My #resharper is going ballistic. I'm fighting the urge to change all the settings to follow the dotnet style guidlines. #MustNotRefactor
#dotnet #dayjob #triggered #fxcop #editorconfig #resharper #mustnotrefactor
@Nick_Craver #snyk and #GitHub #Dependabot should check the binary contents of nugets as well for the actual vulnerability. I once ran some scripts to find how many issues there are based on #resharper's nuget suggestion database. I can tell you, a lot.
Log4net was the most included binary of all.
I suspect the old, you have to add every dependency you depend on to your package.config is to blame here. No longer needed with modern <packageReference />.
#snyk #github #dependabot #resharper
I am mystified as to why these editorconfig settings for #csharp , #dotnet and #resharper are put under the `[*]` section rather than under a `[*.cs]` section (or similar for other file types as well).
Any benefit to this? Can they be moved without breaking it?
https://www.jetbrains.com/help/resharper/Using_EditorConfig.html