lawrencekgrant / vscode-cql

CQL language support for VS Code.
MIT License
15 stars 8 forks source link
cassandra cassandra-cql cassandra-database cql-statement cql-support intellisense vscode vscode-extension vscode-snippets

CQL support for VS Code

This is a language extension for the Cassandra CQL language.

This is an extension for working with Cassandra CQL. This extension supports syntax highlighting. Table definitions found will allow intellisense to work. This extension will find symbols for tables and columns. All keywords have intellisense. There are snippets for basic CQL statements.

Features

CQL Statement Execution

Execute SQL Statement:

Pressing [Shift+F5] to execute a CQL statement or pressing [F1] and then typing 'exec' to find the "Execute CQL Statement" command. In either case, if text has been highlighted that text will be sent to the configured Cassandra endpoint; if there is no text selected then the entire document will be sent to Cassandra to run. Below you will find instructions to configure the extension to connect to your Cassandra endpoint.

Configuration:

If your Cassandra endpoint is at 127.0.0.1:9042 (or localhost), then there is nothing to configure. If you have a remote endpoint then you will want to set the following keys in your user configuration.

For more information

Shout Outs:

Build Status

Build Status

Have fun!