This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Releases: Polymer/polymer-editor-service
Releases · Polymer/polymer-editor-service
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
- Initial standalone release (was previously part of the polymer analyzer).
Major change
- We're standardizing on the Language Server Protocol so that we can support a larger number of editors with less code that is specific to Polymer and our editor service. Open protocols FTW!
- Our old homegrown protocol, used by the atom and sublime text plugins is deprecated. We'll be updating those plugins to use the LSP in upcoming releases. ETA end of November 2016.
Existing features:
- Supports getting documentation on mouse hover, getting a diagnostics (lint errors), jumping to the definition of custom elements and their attributes, and getting typeahead completions for custom elements and their attributes.
- Initial support for recognizing vanilla Custom Element v1 declarations, as well as Polymer 1.0 and 2.0 declarations.
- Plugins that use this language server: