Els Addon Typed Templates

screenshot of Els Addon Typed Templates
ember

Ember templates linting / autocomplete, based on Typescript language server

Product Analysis: els-addon-typed-templates

Overview

The els-addon-typed-templates is an add-on for the Ember JavaScript framework that adds typed template support to the Ember Language Server. It provides features such as autocomplete, warning on undefined properties, and warning on incorrect each arguments. This add-on can be installed as a dev-dependency in an Ember project.

Features

  • Component context autocomplete using {{this.}}
  • Component arguments autocomplete using {{@}}
  • Warning on undefined properties during autocomplete
  • Warning on incorrect each arguments (not an array) during autocomplete

Summary

The els-addon-typed-templates add-on is a useful tool for Ember developers who want to enhance the typing support in their Ember projects. It provides autocomplete features for component context and arguments, as well as warnings for undefined properties and incorrect each arguments. By installing this add-on, developers can improve their development experience and catch potential errors more easily.

ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.