Comment by danwee

2 years ago

> If you're still using VS Code, you're falling behind.

For a moment I thought that what would come after that sentence would be "... Use Jetbrains IDEs instead"

That's what I was thinking. Jetbrain's autocompleting

    widgets.foreach

to

    for (const widget of widgets) {
    }

Still remains a next level feature for me. No AI suggestions have been able to top that.