Allow commands to provide tabcompletion for the parameters - finish parameter tabcomplete #82
Labels
No labels
bug
chat
commands
components
config/data
dependencies
duplicate
enhancement
error handling
help wanted
invalid
needs testing
plugin updater
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/ChromaCore#82
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parameter tabcomplete has been started a while ago but never really finished - it should handle custom processing for a specific parameter (an annotation with a function class? Or do it properly and allow setting it in the constructor), for example, the component command's second parameter is just a String, so the tabcompletion would be incorrect.