Skip to content

Commit

Permalink
feat: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Feb 5, 2022
1 parent 7f6843a commit 74ad82c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ All features currently only work in Ember CLI application that use the default c

- Autocompletion
- `*.{js/ts}`: services, models, routes, transforms
- `*.hbs`: components, route names, helpers, modifiers, local paths
- GlimmerNative components autocompletion support
- `*.hbs`: components, route names, helpers, modifiers, local paths, arguments
- Namespaces support (batman syntax)

- Template linting
- works only if `ember-template-lint` dependency added into project.
- [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) (`v2`, `v3`, `v4`) integration, including documentation links and auto fixes
- template linting inside `.js` and `.ts` files (with `hbs` literal)
- experimental linting inside `.gjs` and `.gts` files (with `<template>` tag)

- Definition providers for (enable features like "Go To Definition" or "Peek Definition"):
- Components (in Templates)
- Helpers (in Templates)
Expand All @@ -25,8 +30,6 @@ All features currently only work in Ember CLI application that use the default c

- Route autocompletion in `link-to` and `<LinkTo>` components.
- Outlet jumping
- Diagnostics for `ember-template-lint` (if it is included in a project)
- `ember-template-lint` template fixes support (if exists).
- Workspaces support
- Supports Ignoring of LS initialization on unneeded projects by using `ignoredProjects` config option, if you need "exclude except" functionality, specify project name as `!my-project`.

Expand Down

0 comments on commit 74ad82c

Please # to comment.