Hacker News new | ask | show | jobs
by pjmlp 74 days ago
It has never been ripgrep for decades for those of us on IDEs.
3 comments

To be fair, ripgrep is approximately one decade old, would be tricky to have used it for decades.

http://blog.burntsushi.net/ripgrep/

https://news.ycombinator.com/item?id=12564442

However, it's coming up on a decade (8 years) of vscode using ripgrep behind the scenes.
A programmer's editor. However with the right plugins, you get the same IDE capabilities for code searching in Java, C#, C++,...

Which basically runs an IDE headless (Eclipse, Netbeans, VS services,...), the joy of running an IDE + Electron, get to put those cores to use.

Has there been a general gentle decline in IDEs over the past 15 years or is it just me?
Maybe for a generation that has learnt to program with IDE poorly supported languages.
Zed has made me rethink this opinion.