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

Autocompletion doesn't work in front of other text #692

Open
claudiiii opened this issue Jan 20, 2018 · 3 comments
Open

Autocompletion doesn't work in front of other text #692

claudiiii opened this issue Jan 20, 2018 · 3 comments
Labels
discussion Exchange of some opinions needed

Comments

@claudiiii
Copy link

Autocompletion for e.g. emoji doesn't work if it's started in front of other text.

Expected behavior
The same behavior as when autocompletion is invoked at the end of a line:
image

Actual behavior
No autocompletion list is shown.
image

@SISheogorath SISheogorath added the bug Something isn't working label Jan 20, 2018
@jackycute
Copy link
Member

Hi @ysengrimm
This actually is by design.
I made this change to avoid showing the text complete when there's text after the emoji :.
This can prevent user trigger the text complete unintentionally when navigating the content.

@SISheogorath SISheogorath added discussion Exchange of some opinions needed and removed bug Something isn't working labels Jan 22, 2018
@SISheogorath
Copy link
Contributor

Makes sense.

It sounds useful but of course we can talk about changes. So let's add the discussion tag.

@ccoenen
Copy link
Contributor

ccoenen commented Jan 22, 2018

how about only showing it, when the colon has just been typed? (I have no idea how that code looks and if this is possible, but then navigation woudln't be a problem)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Exchange of some opinions needed
Projects
None yet
Development

No branches or pull requests

4 participants