←back to thread

255 points rd07 | 2 comments | | HN request time: 0.03s | source
Show context
geenat ◴[] No.41297978[source]
As an extension writer...

Writing extensions in Lua is huge. (Same as OBS) Looks very simple and productive.

It's one of the main reasons I've stuck to Sublime... extending with Python is very easy and works everywhere.

Even if both Zed and VSCode are strong in other areas.. Rust extensions makes me cringe (a build toolchain? ugh..) VSCode's inconsistent undocumented Javascript API is a pain in the butt (paste & pray driven development).

Will be keeping an eye on this.

replies(7): >>41298090 #>>41298131 #>>41298175 #>>41298234 #>>41299527 #>>41299676 #>>41300681 #
1. throwup238 ◴[] No.41298131[source]
> VSCode's inconsistent undocumented Javascript API is a pain in the butt (paste & pray driven development).

It's so bad they have a whole Github Copilot mode specifically dedicated to it. Pay and pray driven development.

replies(1): >>41298439 #
2. lukan ◴[] No.41298439[source]
Oh and I kind of finally decided to give those shiny modern tools a serious try. Paste (pay) and pray does not sound too good on the other hand.