←back to thread

310 points skarat | 1 comments | | HN request time: 0.208s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
dexterlagan ◴[] No.43962306[source]
You need none of these fancy tools if you iterate over specs instead of iterating over code. I explain it all in here: https://www.cleverthinkingsoftware.com/spec-first-developmen...
replies(3): >>43962332 #>>43962530 #>>43984206 #
esafak ◴[] No.43962530[source]
That is slow and expensive.
replies(3): >>43964762 #>>43964791 #>>43969172 #
1. dexterlagan ◴[] No.43964762[source]
It sounds slow and expensive, but it ended up saving me a lot of tokens and time. Especially when you want to target multiple platforms at once. For me it was liberating, absolutely night and day.