Skip to content

Releases: mhelluy/gouvernail

Gouvernail 1.0.2

24 Nov 18:25
Compare
Choose a tag to compare

Changelog

  • Added codegen to the list of available engines. It will be selected as default.

Gouvernail 1.0.1

30 Jul 09:24
Compare
Choose a tag to compare

Changelog

  • Added Auto Trigger Completions option :
    • If true, the editor will periodically ask the API to get suggestions.
    • If false, the editor will ask the API only when Inline Suggestions are triggered.

Gouvernail 1.0.0

28 Jul 15:18
Compare
Choose a tag to compare

Gouvernail

Autocomplete your code using Fabrice Bellard's AI API. See https://textsynth.com.

Getting started

  • Create an account on https://textsynth.com. We highly recommend using paying credits not to be limited. (Free accounts are limited with 30 requests max per 24h).
  • In the Settings tab, copy the API key.
  • Import the .vsix file in VS Code. You will be asked to open the settings.
  • In the Token field, paste your API key. Then reload the extension (you can also reload VS Code).
  • When you will code, you will have inline suggestions which can be accepted by pressing Tab.

Changelog

  • Initial release