You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/invite @user still doesn't work if tab-completing (likewise for /ban etc.) because:
You have to complete a user that is already in the room
The user pill contains text == the display name of the user, not the user ID, so stripping the MD before executing the command in MD mode won't help.
Very similar problem with /join for rooms - you get completions for rooms that are in your sync stream but that's it.
For now, we shall disallow tab-completing when entering a command (probably showing the visual bell (red flash) instead). But to do better we should consider providing other suggestions for /join and /invite etc. based on what the command is doing. For /invite, we may want to use the user directory for example. Likewise for rooms and /join.
P2ing because commands should support tab complete but we can release without this as long as we don't have commands with pills looking like they would work but actually failing.
* suppress autocomplete when navigating through history
* only search for slashcommands if in the first block of the editor
* handle suffix returns from providers correctly
* fix SelectionRange typing in the providers
* fix bugs when pressing ctrl-a, typing and then tab to complete a replacement by collapsing selection to anchor when inserting a completion in the editor
* fixelement-hq/element-web#4762
/invite @user
still doesn't work if tab-completing (likewise for/ban
etc.) because:/join
for rooms - you get completions for rooms that are in your sync stream but that's it.For now, we shall disallow tab-completing when entering a command (probably showing the visual bell (red flash) instead). But to do better we should consider providing other suggestions for /join and /invite etc. based on what the command is doing. For /invite, we may want to use the user directory for example. Likewise for rooms and /join.
Related issues:
The text was updated successfully, but these errors were encountered: