GPT Api integration with Android Studio i.e. a plugin.
- The plugin is capable of generating test case "templates" for Kotlin functions.
- Analyzing Kotlin function code and suggesting improvements.
GPTInStudio.mp4
Download and install this plugin in Android Studio, verified to work with the latest Android Studio versions.
Settings -> Plugins -> Click on settings icon at the top -> Install plugin from disk
Settings -> Tools -> GPTInStudio Settings
Then right click on function name and use.
- Currently works only with Kotlin functions only, you also have to make sure they are reasonably sized in terms of size, larger functions may exceed the token limit. Read more
- Only works with Kotlin, does not work with Java.