Skip to content

Akzestia/cqlls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

376 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cqlls

Crates.io

The Best Open Source language server for CQL (Cassandra Query Language) ^_^

List of IDE Integrations via plugins|extensions

Installation

Install Language Server binary using cargo

cargo install cqlls

Add env variables to your shell config

# Adds cqlls to your path
export PATH="$HOME/.cargo/bin:$PATH"

Env variables used by the language server

# Db related
export CQL_LS_DB_URL="172.17.0.2"
export CQL_LS_DB_PASSWD="cassandra"
export CQL_LS_DB_USER="cassandra"
export CQL_LS_TLS_MODE="none|tls"
export CQL_LS_TLS_CA_CERT_FILE=""

# Logging and debugging
export CQL_LS_ENABLE_LOGGING="false"

# Formatting related settings
export CQL_LS_TYPE_ALIGNMENT_OFFSET="7"

# Diagnostics
export CQL_LS_DIAGNOSTICS="false"

Tip

Diagnostics are currently available as an experimental feature,
and aren't stable yet ^_^

License

This project is licensed under the MIT License.

About

The Best Open Source Language Server for CQL (Cassandra Query Language) ^_^

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors