| ▲ | laweijfmvo 2 days ago |
| Similar experience: I added a folder to my zed project that was too big, causing zed to lock up and eventually crash. But because the default setting was to re-open projects on launch, I was stuck in a loop where I couldn’t remove the folder either. Eventually found a way to clear the recent projects, load an empty editor, and change the setting to avoid it in the future. |
|
| ▲ | silverwind 2 days ago | parent | next [-] |
| Big files/projects is where Sublime really shines. I hope Zed can replicate that performance. |
|
| ▲ | mr90210 2 days ago | parent | prev [-] |
| Ok, how big was your project? My JetBrains IDEs (RustRover, Goland) probably would have choked out too. |
| |
| ▲ | tux3 2 days ago | parent | next [-] | | You can open large codebases in Jetbrains IDEs and it takes forever to index, but it shouldn't outright crash or completely freeze. You can open the kernel in CLion. Don't expect the advanced refactoring features to work, but it can deal with a ~40 million lines project folder for example | |
| ▲ | sensanaty 2 days ago | parent | prev [-] | | IntelliJ IDEs are fine with huge files and projects. At certain sizes it'll disable intellisense in active files, but IME stuff like find and replace works fine regardless of size and you can still turn intellisense on if you want. They'll index for a long time on huge codebases, but I only go through that like once a month max, I just have the editors as always open |
|