←back to thread

255 points rd07 | 2 comments | | HN request time: 0.001s | 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. daelon ◴[] No.41300681[source]
I'm a VSCode extension author and I don't really know what you mean by "inconsistent undocumented API". Do you have any examples?
replies(1): >>41300761 #
2. golergka ◴[] No.41300761[source]
I haven't written much vscode extensions, but I've worked professionally on editors that use Monaco (the text editor library used and developed by vscode team). There's almost no documentation whatsoever.