LibraryManager
LibraryManager copied to clipboard
Version autocomplete should probably use prefix-only matching
When filtering the autocomplete list for the version portion of a library name (the part after the "@"), the filter should be a "starts-with" condition, rather than a "contains" condition.
Mentioned in PR #338