Building sub-100ms autocompletion for JetBrains IDEs
blog.sweep.dev·1d·
Discuss: Hacker News

Building sub-100ms autocompletion for JetBrains IDEs

•September 15, 2025

We’re building a better autocomplete for JetBrains.


What makes a great autocomplete?

We believe these two aspects are necessary for a great autocomplete experience:

  1. High quality context: To be truly useful, the autocomplete should have enough context to make accurate suggestions.
  2. Fast response time: Developers don’t want to have to “pause” and then wait for suggestions. Developers lose trust when autocomplete suggests code that doesn’t make sense, and missing context is the most common reason for this. Here’s how we built autocomplete that’s accurate without compromising on performance.

To achieve high-quality context, we focused on two key areas: sampling from code that developers…

Similar Posts

Loading similar posts...