The main idea behing Pick Your Autocompletion plugin is to provide free and open source alternative for AI powered auto completion assistants such as Github Copilot or Tabnine.
Connect it with one of many AI providers like OpenAi or HuggingFace.
Use your own custom hosted AI text transformer if you value privacy or want to you want to customize your predictions.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "pick-your-autocompletion" > Install Plugin
⚠️ Not supported yet -
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
To start using this plugin firstly you need to specify backend.
If you have access to GPT-3 api provided by OpenAi then you can use one click integration. You only need to input your api key.
You can also create account on HuggingFace and use one of theirs transformers. You willalso need api key if you want to use this provider.
Pick Your Autocompletion plugin allows you to use your custom backend for your autocompletion. If you have access to custom text transformer you can configure custom http request which will be used for fetching data needed for autocompletion.
Plugin based on the IntelliJ Platform Plugin Template.