Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upgive grammar-selector the same confirm options as autocomplete-plus #20652
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grammar-selector currently accepts only Enter as a a way of autocompleting a language. Autocomplete-plus by default uses both Tab and Enter, and can be customised further. This functionality should be matched by grammar-selector.
At the moment, the only way to match the functionality between the two extensions is to set grammar-selector to only use Enter.
Autocomplete-plus's functionality shows that this isn't an issue to be hacked away, but one to be solved for a more fluid user experience.