continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.53k stars 1.7k forks source link

Can Continue use the index from Android Studio? #3051

Open salah-8 opened 2 days ago

salah-8 commented 2 days ago

Validations

Problem

Using local indexing using ollama is slow and power consuming (at least for me)

Solution

Android Studio already indexes all the project locally and it is pretty fast. Can Continue use the existing index generated from Android Studio somehow? It would be great!

tomasz-stefaniak commented 3 hours ago

@salah-8 I think it would be possible with a custom context provider based on Android Studio. We have an article about building custom context providers if you're interested in digging deeper into this:

Build your own context provider