>I'd tweak the script; then to see the results I would press F5 to run the already built binary and wait over a second EVERY SINGLE TIME (about 1480ms). I put in a bug report for this years ago but it got ignored :( https://github.com/microsoft/vscode/issues/137066 Vscode has gotten slower over time. It's true you can't get nanosecond performance out of JS, but anything under 17ms should be trivial. I believe the vsc…
[flagged]
I can't stand using VSCode so I wrote my own
81–90 of 186 posts
Re: I can't stand using VSCode so I wrote my own
#82To my mild surprise, it opened in a few seconds, and while all the fancy checking stuff got disabled, basic syntax highlighting still worked so element tags were colorized. Finding and changing the offending element was not much different from normal. I checked memory usage, expecting it to be astronomical, but it was quite within reason (~3 GB IIRC).
I admit I did not expect it to go that well.
Re: I can't stand using VSCode so I wrote my own
#83[flagged]
Re: I can't stand using VSCode so I wrote my own
#84Re: I can't stand using VSCode so I wrote my own
#85Earlier quoted context omitted.
My experience on their issue tracker is, if i give thoughtful input i get thoughtful responses. Ive had multiple issues and features acted on. YMMV i suppose.
But how many of that input should have been from internal testing instead of users after the rollout?
Re: I can't stand using VSCode so I wrote my own
#86When I had a 2 GB laptop lying around, I always wanted a simple text editor with auto-completion etc. (Though only for Python, Linux) After trying KDevelop, Kate, Eric, Sypder etc. I thought I could write my own. I had a simple plugin system in mind, with similar to LSP style features (VSCode was not released that time). The UI was inspired by Blender. Blender has such a fluent UI where you can customize everything.…
During the vi / emacs wars, the joke was that emacs stood for "eight megabytes and constantly swapping". How times have changed.
Re: I can't stand using VSCode so I wrote my own
#87BTW if VSCode is slow for you, check what extensions you have installed.
Re: I can't stand using VSCode so I wrote my own
#88>I'd tweak the script; then to see the results I would press F5 to run the already built binary and wait over a second EVERY SINGLE TIME (about 1480ms). I put in a bug report for this years ago but it got ignored :( https://github.com/microsoft/vscode/issues/137066 Vscode has gotten slower over time. It's true you can't get nanosecond performance out of JS, but anything under 17ms should be trivial. I believe the vsc…
Everybody who worked writing code in the 70s-90s is smirking at “wait over a second”. Back in the day, I used to go get my coffee, shoot the shit in the break room for a few minute, and come back to find my debug runs just starting.
Re: I can't stand using VSCode so I wrote my own
#89[flagged]
https://news.ycombinator.com/item?id=40056291 (4 days ago)
https://news.ycombinator.com/item?id=39021400 (Jan 2024)
https://news.ycombinator.com/item?id=37512571 (Sept 2023)