Giter Club home page Giter Club logo

vscode-extension's Introduction

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.

vscode-extension's People

Contributors

joacoc avatar bobbyiliev avatar dependabot[bot] avatar

Stargazers

 avatar Robin Clowers avatar  avatar

Watchers

 avatar Marta Paes avatar  avatar

vscode-extension's Issues

Syntax

We need a Language Service Provider (LSP)

Integrate LSP server

The Language Server Protocol should be implemented. At least to do the parsing and display any error.

Schema Explorer should expose the object count

Next to each type of object in the Schema Explorer section should display the amount of objects in the environment. This is to avoid opening empty objects and improve the experience.

Example:

  • Materialized Views (8)
  • Tables (2)
  • Sources (4)
  • Views (0)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.