We created an autocompletion popup. It works roughly like how tab-completion works in bash.
Type: add
Differential D88
Autocomplete mentions tusooa on Jul 2 2024, 5:02 PM. Authored by
Details
We created an autocompletion popup. It works roughly like how tab-completion works in bash. Type: add Type @ in a SendMessageBox. Verify that a popup appears with a list of users. Type something to apply a filter. Verify that only users matching that filter will appear. Click on a user. Verify that the popup disappears, and that the text area contains the user id of the selected user.
Diff Detail
|