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

CIDER eats your slashes if you try to autocomplete pills separated by slashes #11546

Open
ara4n opened this issue Nov 28, 2019 · 2 comments
Open

Comments

@ara4n
Copy link
Member

ara4n commented Nov 28, 2019

If I want to type Bruno/richvdh as pills, i'd type Brutabbackspace/richtab. The backspace is needed to delete the trailing space that it correctly inserts after autocompleting the Bruno pill. However, having deleted the backspace, the slash gets swallowed when hitting tab to complete rich, so you end up with two pills adjacent to each other as (Bruno)(richvdh) rather than the expected (Bruno)/(richvdh). It would be fab if it didn't inexplicably swallow my slash :)

@ara4n ara4n added the T-Defect label Nov 28, 2019
@ara4n ara4n changed the title CIDER gets confused if you try to type pills separated by slashes CIDER eats your slashes if you try to autocomplete pills separated by slashes Nov 28, 2019
@tulir
Copy link
Contributor

tulir commented Nov 28, 2019

Probably the same issue: it also eats characters at the start when autocompleting emoji

e.g. typing *:cat<tab> will turn it into 🐈️ rather than *🐈️ (very important for making italic cats)

Also looks like typing hello:<tab> will replace the whole text with 😁

@sirocyl
Copy link

sirocyl commented May 1, 2020

I'd like to bump this, and get it labeled/triaged to UI/UX if possible/applicable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants