JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoWhitespaceprogramming.devimagemessage-square59linkfedilinkarrow-up1305arrow-down110
arrow-up1295arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square59linkfedilink
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up16arrow-down1·2 years 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·2 years 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·2 years agooh thank you! I use jetbrains but I wonder if I can implement the same thing
minus-squarevithigar@lemmy.calinkfedilinkarrow-up1·2 years 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.