Hacker News new | ask | show | jobs
by eralps 1930 days ago
Sometimes I just want to read code with highlighting. I want to open the project and search for some text in all the files. I don't want to wait for IntelliJ to take 30 seconds to open.
2 comments

They've had something like that for a year. https://blog.jetbrains.com/idea/2020/04/lightedit-mode/
This is great but it has a lot of limitations. I will give it a try thanks.
You could use grep with vim or nano for quick searches and viewing without even leaving your terminal. Why bother with a GUI at all for that use case?
This idea assumes that one I am familiar with grep and vim or nano and two that I was using my terminal already. Which can be true or wrong. But, the discussion is not about whats the best way for searching for text in a file set. I am just talking about whats the use case in which I prefer VSCode over IntelliJ.
The delineation between those and VSCode seems unclear.