• Registers the "Select Class" command in the VS Code command palette.

    Allows users to pick a class from their registered classes, or to navigate to CLOVER if they have no classes registered. Updates the status bar based on the selection.

    Parameters

    • context: ExtensionContext

      The extension context for managing subscriptions.

    • statusBarItem: StatusBarItem

      The status bar item to update based on class selection.

    Returns void