rockylhotka, to random
@rockylhotka@fosstodon.org avatar

@khalidabuhakmeh , does #rider allow saving and restoring various window layout configurations?

Sometimes I'm on my Surface screen, and sometimes I'm on a massive 4k screen - each of which benefits from radically different tool window layouts.

rockylhotka,
@rockylhotka@fosstodon.org avatar

@khalidabuhakmeh It looks like I can have one default, but maybe not switch between multiple layouts

https://www.jetbrains.com/help/rider/Manipulating_the_Tool_Windows.html#resize-tool-windows

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@rockylhotka You can have a unique layout for each project or use the same layout for all projects.

jakecarpenter, to dotnet
@jakecarpenter@hachyderm.io avatar

An update notice reminded me of this plugin for #Jetbrains #Rider. Every #dotnet developer should use a plugin like this. I see this one supports #Resharper too, but if there's another extension like it for Visual Studio running sans-Resharper I'd love to know in order to keep my team in check.

It has become a tool that I don't need much anymore because it has helped me so much in the past to recognize complex code

https://plugins.jetbrains.com/plugin/12024-cognitivecomplexity

rockylhotka, to random
@rockylhotka@fosstodon.org avatar

What is the equivalent to "snippets" in #rider?

maartenballiauw,
@maartenballiauw@mastodon.online avatar
khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@maartenballiauw @rockylhotka I also wrote a short post that might have never screenshots than our documentation. 😄

https://blog.jetbrains.com/dotnet/2023/05/30/level-up-with-live-templates-in-jetbrains-rider/

dr_cox1911, to dotnet
@dr_cox1911@masto.ai avatar

Am I the only one who wishes that would assist with Directory.Packages.props and Directory.Build.props files structure? I always have to search for this when starting up a new project.

dprice,
@dprice@fosstodon.org avatar
khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@dprice @dr_cox1911 @maartenballiauw create a custom template

b4ux1t3, to dotnet
@b4ux1t3@hachyderm.io avatar

I need you to cut the crap.

I know that on linux (at least, ubuntu-based distros) is a mess right now, but my dotnet is installed in a very normal place, why are you having issues finding it?!

An image of my console upon running dotnet --list-runtimes. It shows that I have runtimes, and that my system-wide dotnet install knows where they are. . .so WHY DOESN'T RIDER?!

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@b4ux1t3 Yeah, I could have told you that. 😅

I only install dotnet on Linux using the dotnet-install.sh script.

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@b4ux1t3 Plus, SDKS and Runtimes are not the same thing ;)

sfwrtr, to writing
@sfwrtr@eldritch.cafe avatar

Thinking of anything to keep from writing the chapter. Capital P . Including this post. Please tell me to stop !


trying to . .

sfwrtr,
@sfwrtr@eldritch.cafe avatar

1,200 words so far. Difficult scene, for all the reasons. Mama hears daughter cry out and finds boyfriend with hands on daughter. Mama ain't happy. Problem is daughter is human and Mama is a wolf that's—in the vernacular of David Brin—uplifted and intelligent. Scene needed to be frightening as well as Indelicate and maybe somewhat squick. Will need tuning. Continuing...

not entirely but trying to find a reason to do so.

sfwrtr, (edited )
@sfwrtr@eldritch.cafe avatar

Well, I added 2,100 words in the end, getting over the squick parts. Other than some displacement activity, one that included getting up and making myself an Aperol Spritz, the words came out easy.

I've just read it. I think I nailed it, too.

Why was I so apprehensive? Basically, I took my advice and wrote it, telling myself it wasn't history because I'd written down, that I could change anything, that I could revise it later—telling my not to think about the stupidity of what was being written down but what the character was going do after hearing, seeing, or doing that.

I will sleep well tonight.

Cc: #writingcommunity #writersofmastodon was #writing. #writer #author of #fiction and #fantasy.

lostprototype, to CSharp
@lostprototype@mastodon.social avatar

An absolute BANGER of a release for Rider 2024!

Thank you @khalidabuhakmeh and co.

Lots of goodies in here, as always, happy to continue being a JetBrains toolbox subscriber.

Also, thank you for unbundling that pesky AI plugin. You did the good thing.

lostprototype,
@lostprototype@mastodon.social avatar

@khalidabuhakmeh - Oooh. Once I get my hands on it, I'll see if it needs any extra poking to use my Intel GPU on Linux.

If I pick up a new laptop this year, I'll do the same for any NPU it is likely to have.

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@lostprototype You can download and install FLCC in Rider but the C# model is still being fine-tuned, so results may vary. That’s why we said “coming soon”, we’re not ready to say that it’s ready.

MSicc, to programming
@MSicc@dotnet.social avatar

#Rider 2024.1: A Better Experience for #Debugging, Performance Monitoring, and Game #Development

https://blog.jetbrains.com/dotnet/2024/04/09/rider-2024-1/

#IDE #programming #dotNET

b4ux1t3, to dotnet
@b4ux1t3@hachyderm.io avatar

My god, adding a conditional breakpoint in #Jetbrains #Rider (and I assume other editors) and #DotNet makes things slow.

I only have 20k pieces of data (admittedly large individual pieces, but still), and I went from finishing the run in about fifteen seconds to waiting for five minutes before I hit my breakpoint.

This isn't me complaining about anything, just kind of wild that adding a single "Does this int equal this int?" adds so much overhead! I had time to type this whole post!

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar
ggmueller,
@ggmueller@mastodon.social avatar
onthefencedev, to random
@onthefencedev@twit.social avatar

@khalidabuhakmeh - do you how I can restart the code analysis in #rider

When I switch branches I frequently get this but after a clean & rebuild it does not clear.

If I click on the count in the IDE info bar (e.g. 42 errors in 21 files) it will open the next erroring file but the errors clear almost immediately meaning there isn't actually anything wrong from a compiler point of view.
The solution builds and runs just fine even with these in place is just masks any genuine error in the code

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@onthefencedev @fornever You can go to File | Invalidate Caches, but that requires a restart of the IDE :(

onthefencedev,
@onthefencedev@twit.social avatar

@khalidabuhakmeh @fornever - thanks, I'll give that a try next time. It doesn't really stop me from working but it is a bit irritating - if there was a way to restart/refresh the analysis without an IDE restart that would be great

sjkilleen, to dotnet
@sjkilleen@mastodon.social avatar

Anyone gotten to build a container without fast mode and still be able to access user secrets?

Our container doesn't currently work well with fast mode. I've told VS to build it in regular mode and that works fine. But in Rider, when disabling fast mode, all user secrets are null. I've tried mounting volumes directly etc. to no avail. Hoping someone else has slayed this one already 🤞

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@sjkilleen I'm not sure but I always recommend trying the EAP to see if it still persists in the latest version.

sjkilleen,
@sjkilleen@mastodon.social avatar

@khalidabuhakmeh it persists in 2024.1 RC1 👍

I know it's the weekend, wasn't trying to suck you into work. Just figured you might have encountered it.

fell, to VisualStudio
@fell@ma.fellr.net avatar

I was trying out JetBrains Rider again...
→ is an IDE, so primarily for looking at text
→ no support for BGR subpixel rendering, RGB only
→ no support for bitmap fonts
→ no way to adjust the font or the size of inlay hints

How can an IDE have such shitty text rendering? I don't want my code to look blurry.

Note: Visual Studio isn't any better, but VS Code is.

#JetBrains #Rider #IDE #VisualStudio #VSCode #Code #Programming #Font #TextRendering #RGB #BGR

alvinashcraft, to dotnet
@alvinashcraft@hachyderm.io avatar
alvinashcraft, to dotnet
@alvinashcraft@hachyderm.io avatar
b4ux1t3, to linuxmint
@b4ux1t3@hachyderm.io avatar

This is officially the first toot from my new Linux workstation. Hello from #LinuxMint!

Took less than three hours to get things swapped over, #DotNet and #Rider installed, all that jazz. Of course, my dotfile Makefile helped a lot.

maddad,
@maddad@mastodon.world avatar

@b4ux1t3

Linux Mint is great. I’ve been using it since about 2011 I think.
So easy to maintain, backup, and update. Even to do a new install and restore everything is so easy. 👍

bananabob,
@bananabob@mastodon.nz avatar

@b4ux1t3 Welcome aboard ❗

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines