| (disclaimer: I am an IntelliJ fanboy) > From my experience out of the box you get poor performance and you have to spend a lot of time figuring out how to change configuration to improve it as knowledge is scattered in many places and not always up to date. I don't know if you are talking about IntelliJ or VCS, but IntelliJ can quickly start an empty project. And you don't to spend time to figure out how things work. I mean, there is literally no entry barrier for a bare bone project. > I wish there was an editor with low latency, smart search, some proper file system database You are describing an IDE here. Smart search and a proper file system database, it means operating not on a collection of text files but on a project and a code tree, which is the main difference between IDE and Editor. > I think the success of VSCode is because you can easily open it in your current directory from the terminal and it will show you your folder etc. IntelliJ is adding this functionality slowly:
https://blog.jetbrains.com/idea/2020/04/lightedit-mode/
It's not on par with opening a folder in VCS, but it's a matter of time until the close the gap if they choose to. |