phillipahereza / mattermost-plugin-digitalocean

A Mattermost plugin to interact with DigitalOcean 🔌
14 stars 7 forks source link

Add slash command autocomplete #72

Open jfrerich opened 4 years ago

jfrerich commented 4 years ago

Is your feature request related to a problem? Please describe. The result from /do help is comprehensive, but I feel slash command autocomplete would really help a user traverse all the available commands

Describe the solution you'd like I also think autocomplete would benefit by grouping commands and providing subcommands instead of slugs (create-droplet)

For example:

/do droplet create /do droplet list /do droplet rename /do droplet reboot /do droplet shutdown

Examples of Autocomplete implementations: https://github.com/mattermost/mattermost-plugin-confluence/pull/62 https://github.com/mattermost/mattermost-plugin-agenda/pull/40

Describe alternatives you've considered n/a

Additional context This would be a great feature and the setup isn't too difficult.