Glint
Search
K
Comment on page

Overview

Glint is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+ and GlimmerX projects. Similar to Vetur for Vue projects or Svelte Language Tools, Glint consists of a CLI and a language server to provide feedback and enforce correctness both locally during editing and project-wide in CI.

Glint CLI

Glint's CLI provides a template-aware tool for performing end-to-end TypeScript typechecking on your project.
Command line reporting of template type errors from glint

Glint Language Server

The Glint language server implements the standardized Language Server Protocol, allowing it to be easily incorporated into a variety of editors. The server enables Glimmer templates to participate in your editor's rich IDE features.
Showing type information and documentation in templates on hover.
Jumping to the definition of a component from where it's used in a template
Locating all uses of a given component in a project
Suggesting component arguments in typeahead with type information and documentation
Last modified 7mo ago