JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoWhitespaceprogramming.devimagemessage-square59fedilinkarrow-up1303arrow-down110
arrow-up1293arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square59fedilink
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up16arrow-down1·9 months agoI’m just a c# dev wishing to fuck we had something visual to indicate reference types so my coworkers could stop misusing them
minus-squarejjagaimo@lemmy.calinkfedilinkEnglisharrow-up4·9 months agohttps://stackoverflow.com/questions/76975645/how-can-i-give-different-colors-for-class-enum-and-interface-names-identifiers might get you closer?
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up1arrow-down1·9 months agooh thank you! I use jetbrains but I wonder if I can implement the same thing
minus-squarevithigar@lemmy.calinkfedilinkarrow-up1·9 months agoIt’s such a short list of value types though. How can they have that much trouble? All of the various ints and floats, bool, char, structs, and enums. Everything else is reference.
I’m just a c# dev wishing to fuck we had something visual to indicate reference types so my coworkers could stop misusing them
https://stackoverflow.com/questions/76975645/how-can-i-give-different-colors-for-class-enum-and-interface-names-identifiers might get you closer?
oh thank you! I use jetbrains but I wonder if I can implement the same thing
It’s such a short list of value types though. How can they have that much trouble? All of the various ints and floats, bool, char, structs, and enums. Everything else is reference.