/basecode-lsp

rust implementation of basic text suggestion and snippet suggestion using LSP

Primary LanguageRust

BaseCode LSP

BaseCode LSP is a versatile Language Server Protocol (LSP) implementation designed to provide snippet completion, text suggestions, and keyword recognition across multiple programming languages. It aims to enhance the development experience by offering seamless integration with various editors and IDEs.

Features

  • word completion
  • snippet completion
  • file path completion

Installation

To install BaseCode LSP, follow these steps:

  1. Clone the Repository:
cargo install --git https://github.com/kiddos/basecode-lsp.git