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

Search vs autocompletion #476

Open
courtiol opened this issue May 15, 2024 · 0 comments
Open

Search vs autocompletion #476

courtiol opened this issue May 15, 2024 · 0 comments

Comments

@courtiol
Copy link

This is a feature request:

In RStudio (and probably in other software), the "autocompletion" does not require the beginning of a string to match; it thus behave more like a search than an autocomplete.

For example, typing sumglm will propose summary.glm.

I personally find this feature very handy since I tend to manipulate packages that use long function names.

As far as I know the otherwise super awesome radian does not offer this.
It would be great if it would, even if I understand that it may not be everyone cup of tea.
(A setting could perhaps offer both alternative autocompletions, or none).

I am not fluent in python so I don't think I could PR that, but I wanted to put the idea in the open.

NB: I don't think it is implemented as fuzzy matching in RStudio since the characters must be ordered correctly, which limits false positives.

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