liger

Version, currently 0.1.13 versions

github.com/navid-m/liger

Crystal LSP implementation for Windows, Linux and MacOS

41 stars
0 dependents
License: MIT

Nothing has been indexed for 0.1.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  liger:
    github: navid-m/liger
    version: ~> 0.1.1

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.1.1. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

# Liger

A comprehensive Language Server Protocol (LSP) implementation for the Crystal programming language, designed to work cross-platform with a focus on Windows compatibility.

## Features

Liger provides a more extensive feature set than existing Crystal language servers (Crystalline, Scry), with full Windows support:

### Core LSP Features
- Text Document Synchronization - Full document sync with change tracking
- Diagnostics - Real-time syntax and semantic error detection
- Code Completion - Context-aware completions for keywords, types, methods, and variables
- Hover Information - Type information and documentation on hover
- Signature Help - Parameter hints for method calls
- Go to Definition - Navigate to symbol definitions
- Find References - Find all references to a symbol
- Document Symbols - Outline view of classes, methods, and variables
- Workspace Symbols - Search symbols across the entire workspace
- Rename Symbol - Intelligent symbol renaming

## Installation

### Prerequisites
- Crystal compiler (>= 1.18.1)
- Git