Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Mention auto-fill #39

Open
jwhett opened this issue Nov 28, 2018 · 1 comment
Open

@Mention auto-fill #39

jwhett opened this issue Nov 28, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jwhett
Copy link
Contributor

jwhett commented Nov 28, 2018

As a user
I would like to auto complete usernames with @text[TAB]
so that I can quickly mention users.

Use-cases

  • Long usernames
  • Reduce repetitive typing
@jwhett jwhett added the enhancement New feature or request label Nov 28, 2018
@whereswaldon
Copy link
Member

Hmmm. When I first read this, I was worried that it would be hard, but I think it boils down to:

  • actually keeping track of online users (or, at least, speaking users)
  • extending the editView to add some special behavior on Tab (we've already done so for Enter and Escape so it should be easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants