I can't stand using VSCode so I wrote my own
161–170 of 186 posts
Re: I can't stand using VSCode so I wrote my own
#162Re: I can't stand using VSCode so I wrote my own
#163Open-source, runs all the VSCode extensions, etc.
Re: I can't stand using VSCode so I wrote my own
#164As an alternative to VSCode, consider Theia[1]. Open-source, runs all the VSCode extensions, etc. [1] https://theia-ide.org
Re: I can't stand using VSCode so I wrote my own
#165The author could try forking and patching VSCode to fix the annoyances manually. Years ago I had an issue with VSCode: it was missing a small feature that was very important to me, with the GitHub issue stuck in limbo. I ended up going into the source and implementing the feature myself. It took a few hours after bugfixing, I think the fix was ~100 LOC. Then I used the locally-built version. I recall building took a…
Just a thought that sometimes people developing C# since the early 2000s don’t come from an open source culture, so fixing bugs in someone else’s programs doesn’t appear in their default list of resolutions.
Re: I can't stand using VSCode so I wrote my own
#166Or just use Vim. Not sure I understand the obsession with VSCode.
Have you had a good debugging experience with (neo)vim? I'm the author
Very reliable and as fast as gdb is. But with all the problems just using gdb has.
Re: I can't stand using VSCode so I wrote my own
#167Earlier quoted context omitted.
That’s why I ask actually. Whats the generally accepted legal interpretation for “personal use”.
I wonder, does it even matter? Who would know what editor you used to write a piece of code?
Re: I can't stand using VSCode so I wrote my own
#168Or just use Vim. Not sure I understand the obsession with VSCode.
When you use the word "just," you seem to be implying that Vim is a suitable development environment out the box, when in reality it takes hours of configuration over weeks of time, conservatively. Even then it's not going to supplant VSCode or JetBrains for most people due to its limitations.
You really dont have to take hours to install and tweak and debug 100 plugins anymore, if you dont want to
Re: I can't stand using VSCode so I wrote my own
#169Or just use Vim. Not sure I understand the obsession with VSCode.
When you use the word "just," you seem to be implying that Vim is a suitable development environment out the box, when in reality it takes hours of configuration over weeks of time, conservatively. Even then it's not going to supplant VSCode or JetBrains for most people due to its limitations.