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

Suggestion: layout-independent autocompletions #50

Open
cpkio opened this issue May 31, 2022 · 0 comments
Open

Suggestion: layout-independent autocompletions #50

cpkio opened this issue May 31, 2022 · 0 comments

Comments

@cpkio
Copy link

cpkio commented May 31, 2022

What do you think about showing in suggestions list the words in another layout?

  • pass on setup() a dictionary of letters to transform input;
  • autocompletion text would be transformed internally;
  • if a transformed word is found in the buffer, it is added to autocompletion.

So, if I type the word Пщщп (while passing a replacements table on setup), it should put Google to autocomplete if «Google» is in buffer.

Creating a whole another plugin with mostly the same functionality seems an overkill to me.

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

No branches or pull requests

1 participant