How does Amper integrate with Intellij Autocomplete and other features? Does it use BSP?
k
klikh
06/22/2025, 2:15 PM
Hi Ainis. We don’t use BSP. To sync (import) the project model, the Amper IDE plugin contributes to the workspace model directly. To implement such features as autocompletion, we use regular IntelliJ Platform APIs.
❤️ 1
s
skominas.ainis
06/22/2025, 2:16 PM
Thanks for answering, will dig up on that for a pet project:)