How does Amper integrate with Intellij Autocomplet...
# amper
s
How does Amper integrate with Intellij Autocomplete and other features? Does it use BSP?
k
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
Thanks for answering, will dig up on that for a pet project:)
fistbump 1