A Missing IDE Feature
matklad.github.io
A Missing IDE Feature
1–10 of 54 posts
Re: A Missing IDE Feature
#2[deleted]
Re: A Missing IDE Feature
#3Hiding those awful nested statements makes you think that perhaps the code is ok when it should probably be changed to make it more readable.
Re: A Missing IDE Feature
#4This is such a nice feature in PhpStorm. I hope VSCode and other editors will add support for it too.
Re: A Missing IDE Feature
#5The IDE isn't the root cause though, hiding code complexity is a patch.
Write cleaner code or use a higher level language that allows for more readable code. For example, some Go developers (...mainly Rob Pike, granted) eschew even syntax highlighting, as readable code shouldn't need colors to make sense of it.
Re: A Missing IDE Feature
#6Has existed in Sublime Text for a very long time, no plugin required.
Re: A Missing IDE Feature
#7Why is the author not using Jetbrains? I don't Rust, but it looks like they have RustRover. I love Jetbrains, and gladly pay for ultimate.
Re: A Missing IDE Feature
#8I mean it’s a single shortcut away (in Xcode anyway, don’t know about the rest); not sure a new setting is useful for this…
Re: A Missing IDE Feature
#9Why is the author not using Jetbrains? I don't Rust, but it looks like they have RustRover. I love Jetbrains, and gladly pay for ultimate.
It is in the article that the screenshots are from RustRover, so the argument is that other IDEs should also implement this feature.
Re: A Missing IDE Feature
#10Why is the author not using Jetbrains? I don't Rust, but it looks like they have RustRover. I love Jetbrains, and gladly pay for ultimate.
It is in the article that the screenshots are from RustRover, so the argument is that other IDEs should also implement this feature.
The author also worked at jet brains for a decent period of time