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

feature request code completion #28

Open
bdonauba opened this issue Nov 15, 2023 · 3 comments
Open

feature request code completion #28

bdonauba opened this issue Nov 15, 2023 · 3 comments

Comments

@bdonauba
Copy link

The current implementation of code completion searches for database objects with names beginning with the user given text.

I would much prefer a code completion that searches for database objects with names containing the user given text.

Please add this feature and a switch in global settings or session settings to choose between beginning and containing.

Regards,
Bernhard

@gerdwagner
Copy link
Member

gerdwagner commented Nov 18, 2023

Is implemented and will be available in future snapshots and versions . Excerpt from change log:

The code completion preferences allow to switch to "Contains Completion".
"Contains completion" finds all object names that contain a string if it's completed by ctrl+space.
See menu File --> New Session Properties -->
tab Code Completion --> checkbox "Match contains" on the lower part of the panel.

@bdonauba
Copy link
Author

Thank you. I have just checked it with the latest snapshot and it seems it works like expected.

BTW. according to the manual there should be an update manager but I could not find it. Has it been abandoned?

gerdwagner added a commit that referenced this issue Nov 20, 2023
Removed outdated help entries about a non exiting update manager.
@gerdwagner
Copy link
Member

Thanks for your feedback and for the pointer to the outdated update manager help entries. I just removed them. The update manager doesn't exist anymore.

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

2 participants