This PR introduces a new feature that resolves issue #23 by sorting DB Functions by name in the extension.
What is the current behavior?
Currently, the DB Functions are not sorted, making it difficult to locate a specific function quickly, especially when there are many functions listed.
What is the new behavior?
With this change, DB Functions are now sorted alphabetically by their name, improving the ease of navigation and user experience when working with multiple database functions.
Additional context
This change impacts how DB Functions are displayed in the UI, but it does not alter any backend or database functionality. Below is a screenshot showing the sorted functions:
What kind of change does this PR introduce?
This PR introduces a new feature that resolves issue #23 by sorting
DB Functions
by name in the extension.What is the current behavior?
Currently, the
DB Functions
are not sorted, making it difficult to locate a specific function quickly, especially when there are many functions listed.What is the new behavior?
With this change,
DB Functions
are now sorted alphabetically by their name, improving the ease of navigation and user experience when working with multiple database functions.Additional context
This change impacts how
DB Functions
are displayed in the UI, but it does not alter any backend or database functionality. Below is a screenshot showing the sorted functions: