Hacker News new | ask | show | jobs
by tmcw 2764 days ago
Hey there - have you tried hitting Tab while editing code? We've implemented dynamic code completion that works in a surprising number of cases where no other completion can work - for example, completing properties of API responses, based on the real values in the environment.

But, of course we have a long way to go, especially relative to the VSCode/TypeScript ecosystem.

1 comments

Never know that existed! Maybe you can improve discoverability by doing that on typing a dot.