lascapi@jlai.lu to Programming@programming.devEnglish · 19 days agoIs The Fold Method Bodies by Default a Missing IDE Feature ?matklad.github.ioexternal-linkmessage-square10fedilinkarrow-up130arrow-down13cross-posted to: neovim@lemmit.online
arrow-up127arrow-down1external-linkIs The Fold Method Bodies by Default a Missing IDE Feature ?matklad.github.iolascapi@jlai.lu to Programming@programming.devEnglish · 19 days agomessage-square10fedilinkcross-posted to: neovim@lemmit.online
minus-squareKache@lemm.eelinkfedilinkarrow-up4arrow-down1·edit-219 days agoIMO folding to hide is about equivalent to moving all contents to another file/private function: def bad_function(args): return _hide_elsewhere(args) i.e. does nothing. Real solution to pyramids of doom is to fix the code.
IMO folding to hide is about equivalent to moving all contents to another file/private function:
i.e. does nothing. Real solution to pyramids of doom is to fix the code.