@[email protected] to Programmer [email protected] • 10 months agoWhitespaceprogramming.devimagemessage-square51fedilinkarrow-up1295arrow-down110
arrow-up1285arrow-down1imageWhitespaceprogramming.dev@[email protected] to Programmer [email protected] • 10 months agomessage-square51fedilink
minus-square@[email protected]linkfedilink14•10 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-square@[email protected]linkfedilinkEnglish4•10 months agohttps://stackoverflow.com/questions/76975645/how-can-i-give-different-colors-for-class-enum-and-interface-names-identifiers might get you closer?
minus-square@[email protected]linkfedilink0•10 months agooh thank you! I use jetbrains but I wonder if I can implement the same thing
minus-square@[email protected]linkfedilink1•10 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.