supabase-community / supabase-vscode-extension

Supabase Extension for VS Code and GitHub Copilot.
https://marketplace.visualstudio.com/items?itemName=Supabase.vscode-supabase-extension
MIT License
53 stars 5 forks source link

feat: sort db functions by name #24

Closed ale24dev closed 2 months ago

ale24dev commented 2 months ago

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:

Screenshot 2024-09-01 at 2 12 18 AM