Litho for VS Code is a small extension that dramatically improves language support for developers working with GraphQL in VS Code. Litho implements the full 2021 GraphQL spec, comes with a fault-tolerant parser, intelligent auto-complete and code assistance and requires zero-configuration.
Getting Started
Usage
Litho will automatically index all GraphQL files it can find in your workspace, except for any files included in your
.gitignore
.Support
If you have any questions, feedback or suggestions, don’t hesitate to contact us through chat on our website.
Features
Litho comes with a bunch of useful features that you need to write effective GraphQL.
Incremental Compilation
Litho is written in Rust and uses incremental compilation to minimize our CPU and memory footprint on your machine and to give accurate code assistance in single-digit milliseconds.
Transitive Type Checking
Litho transitively checks fragment definitions for missing variable definitions, type mismatches in variable usages, and unmergeable selection sets.