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: Sort Added Connections by Name #17889

Open
thevedicdeveloper opened this issue Apr 3, 2024 · 0 comments
Open

Feature Request: Sort Added Connections by Name #17889

thevedicdeveloper opened this issue Apr 3, 2024 · 0 comments

Comments

@thevedicdeveloper
Copy link

The current behavior of the mssql extension in VS Code allows users to create and manage connection profiles for SQL Server, Azure SQL Database, and SQL Data Warehouses. However, when multiple connections are added, they appear in the sidebar under the “CONNECTIONS” section without any specific order. It would be beneficial to enhance the extension by providing an option to sort these connections alphabetically by their name.

Benefits:

  1. Improved Organization: Sorting connections by name would make it easier for users to locate and manage their connections, especially when dealing with a large number of profiles.
  2. Efficient Workflow: Users frequently switch between different connections during development. Alphabetical sorting would streamline this process and enhance productivity.
  3. Consistency: Sorting connections consistently across different sessions ensures a predictable experience for users.

Implementation:

  1. User Interface Enhancement:
    Add a new option in the extension settings to enable/disable sorting connections by name.
    When enabled, connections should be listed alphabetically in the sidebar.
    Provide an intuitive way for users to manually reorder connections if needed.
  2. Default Behavior:
    By default, connections can continue to appear in the order they were added.
    Users can choose to enable alphabetical sorting based on their preference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants