
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
@ember-tooling/ember-language-server
Advanced tools
A language server implementation for Ember.js projects.
The Ember Language Server (ELS) implements the Language Server Protocol for Ember.js projects. ELS enables editors to provide features like auto complete, goto definition and diagnostics. To get these features, you have to install the plugin for your editor.
All features currently only work in Ember CLI application that use the default classic structure, and are a rough first draft with a lot of room for improvements. Pods and addons are not supported yet.
Autocompletion
*.{js/ts}
: services, models, routes, transforms*.hbs
: components, route names, helpers, modifiers, local paths, argumentsTemplate linting
ember-template-lint
dependency added into project.v2
, v3
, v4
) integration, including documentation links and auto fixes.js
and .ts
files (with hbs
literal).gjs
and .gts
files (with <template>
tag)Definition providers for (enable features like "Go To Definition" or "Peek Definition"):
Route autocompletion in link-to
and <LinkTo>
components.
Outlet jumping
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
.
lib/start-server.js
- nodejs
lib/start-worker-server.js
- worker
new Server({fs, type})
fs
- available options:
sync
- LS should use nodejs.fs logicasync
- LS should use client's fs providertype
- available options:
node
- supported addons & require logicworker
- addons and require logic not supportedFAQs
A language server implementation for Ember.js projects.
We found that @ember-tooling/ember-language-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.