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

Subword matches for CDT content assist #903

Open
markozajc opened this issue Sep 15, 2024 · 0 comments
Open

Subword matches for CDT content assist #903

markozajc opened this issue Sep 15, 2024 · 0 comments

Comments

@markozajc
Copy link

Is your feature request related to a problem? Please describe.
While looking for a function, a method, a field, or anything else that CDT's content assist can find, I don't usually start typing from the start of the identifier. For example, when trying to complete object.getValue(), I might start typing object.value. Eclipse CDT does not currently support this.

Describe the solution you'd like
Much like JDT's subword matches feature (enabled in Preferences > Java > Editor > Content Assist), CDT should optionally display matches even if they don't start with the typed in text. This is an example provided on JDT's Tips and Tricks help page:
image

Describe alternatives you've considered
N/A - I believe it would be wise to implement this similarly to JDT to ensure consistency between languages.

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