this post was submitted on 08 Aug 2026
64 points (98.5% liked)

Programming

28153 readers
139 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Inspired by this Lobsters thread, and some of the great comments within it, I would like to ask if anybody is doing some hobby programming this weekend?

you are viewing a single comment's thread
view the rest of the comments
[–] Valmond@lemmy.dbzer0.com 3 points 1 week ago (1 children)

Working on my latest videogame, very early stages but it's coming along nicely.

I also sot up a git server at home and a ssh access key on my el-cheapo laptop and I feel very good every time I push a branch from it to home.

I do have performance issues with Rider though (JetBrains C# IDE), I have disabled basically everything except syntax coloring and still it's just lagging insanely all the time. 20 seconds i7 quad core peak because I (shudder) select text, or erase some letters in a comment. Aaaaaa! If anyone knows a C# ide that works well with Godot on linux I'm all ears. Syntax coloring, debugging & autocomplete if possible, FOSS would be fantastic (microsoft code thingy sucks ass btw IMO).

Godot is fantastic BTW!

[–] xianjam@programming.dev 1 points 1 week ago (1 children)

Check out DotRush. It's made for VSCode/Codium but can be used with pretty much anything else with its LSP. https://github.com/JaneySprings/DotRush

[–] Valmond@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Thanks, but vscode already do c# (and is quite shitty IMO)?

[–] xianjam@programming.dev 2 points 1 week ago (1 children)

Sure, but DotRush can work well with other editors with LSP support, like NeoVim, Zed, and Sublime as noted here. I'm pretty sure it can work with other editors, too, like emacs, but haven't tried (yet?). It also explicitly supports Godot.

[–] Valmond@lemmy.dbzer0.com 1 points 1 week ago

Thanks! Will check out.