This extension aids in the development of Fluxer Bots written using the fluxer.py library.
Features
This extension provides the following features:
A new file preset for creating a Cog for your bot.
Code completion for the command decorators provided by the fluxer.py library.
Code completion for the event decorators provided by the fluxer.py library.
Commands to add a new command to an existing Cog or to the bot itself.
Commands to add a new event listener to an existing Cog or to the bot itself.
Requirements
Python
Known Issues
I don't know why but for the time being, when using the extension the auto completion doesn't show up until you trigger on of the commands using the vscode command palette F1 or Ctrl+Shift+P and then typing the command name. After that the auto completion works as expected.