codeinabox@programming.dev to Programming@programming.devEnglish · 1 month agoI keep tripping over “true, false, true”allthingssmitty.comexternal-linkmessage-square28fedilinkarrow-up164arrow-down11cross-posted to: [email protected]
arrow-up163arrow-down1external-linkI keep tripping over “true, false, true”allthingssmitty.comcodeinabox@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square28fedilinkcross-posted to: [email protected]
minus-squarebrianpeiris@lemmy.calinkfedilinkEnglisharrow-up2arrow-down1·1 month agoIntelliJ doesn’t help when you’re doing a code review, or just reading through hundreds of lines of code, I don’t want to move my mouse or cursor over every line to see the parameter names.
minus-squaredraco_aeneus@mander.xyzlinkfedilinkEnglisharrow-up3·1 month agoI agree with you. However, I think you’ve misunderstood what inlay hints look like. Here’s an example.
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up2·1 month agoBy default inlay hints are enabled so you wouldn’t have to do that. But yeah it’s tied to using the editor which makes it a non solution
IntelliJ doesn’t help when you’re doing a code review, or just reading through hundreds of lines of code, I don’t want to move my mouse or cursor over every line to see the parameter names.
I agree with you. However, I think you’ve misunderstood what inlay hints look like. Here’s an example.
By default inlay hints are enabled so you wouldn’t have to do that. But yeah it’s tied to using the editor which makes it a non solution