Hacker News new | ask | show | jobs
by progx 1078 days ago
Fast is not everything. Switch some years ago from Sublime to VSCode. Sublime is super fast, has many extensions, but VSCode is another league with more and powerfull extension and functions and a huge community. Electron etc. are not really arguments in 2023, cause my computer is fast, faster than i could do anything. The extensions and function help me working faster, not the text editor.
2 comments

Agreed.

People talk about fast start-up times, and no latency etc like these are problems with vscode?

I just did a cold start of vscode here and it took approx 1 second to start on a M1 mac. For what it is worth, I generally never really even close vscode during the day - its typically open for days and days at a time so startup time seems kinda unimportant.

And as for latency, has anyone ever noticed any latency at all when using vscode? I certainly have not, and either way I have never been held back from coding by how fast I can type things, instead the limited function in programming has always been the thought process and deliberation for how to approach a problem. If anything, build/test times are the limiting factor after that, not UI latency.

Never noticed UI latency when doing elixir programming. The slowdown is always the very slow compiler and language server.

Takes a few seconds to even highlight issues, and that’s when it works.

I still use Sublime. No complaints, and as a bonus it isn't an Electron app.