Skip to content

MaterializeInc/vscode-extension

Repository files navigation

Materialize extension for Visual Studio Code

The Materialize extension lets you connect, explore and query Materialize.

Extension

Features

  • Profiles
    • Add and switch between profiles.
    • Configure the database, schema, or cluster.
  • Schema explorer
    • Browse through your catalog.
  • SQL execution
    • Run .sql code (⌘ Cmd + ⤶ Enter) on your Materialize account and view the results in Visual Studio Code.

Profiles

The extension authenticates and creates a profile using the web browser. As a user you can add and switch between profiles or change any runtime configuration, like cluster, database, or schema, at any time given.

Extension

Schema explorer

The extension explorer enables you to browse through your schema. Also provides access to the internal schemas mz_catalog and mz_internal.

Extension

SQL execution

The extension provides a way to run SQL code inside .sql files. Run the SQL code from two ways:

  • Using the shortcut (⌘ Cmd + ⤶ Enter).
  • Pressing the Materialize icon in the editor toolbar.

Extension

Contributing

For more information on contributing, please refer to the CONTRIBUTING.md document.