atom-plugin
atom-plugin copied to clipboard
Provides autocompletion, linting, and more for web components.
`import("./my-page.js").then(...);` > polymer-ide > 'import' and 'export' may only appear at the top level
Polymer-ide show error when : ``` /** * @polymer * @extends HTMLElement */ class TestElement extends PolymerElement { ... static get importMeta() { return import.meta; } ... ``` > polymer-ide...
Just wondering why hasn't this plugin been upgraded to `[email protected]`
lots of errors channel closed ``` Error: channel closed at ChildProcess.target.send (internal/child_process.js:548:16) at Promise (C:\Users\ccole.CAPS\.atom\packages\polymer-ide\node_modules\polymer-editor-service\lib\remote-editor-service.js:70:29) at EditorServerChannel. (C:\Users\ccole.CAPS\.atom\packages\polymer-ide\node_modules\polymer-editor-service\lib\remote-editor-service.js:69:19) at Generator.next () at C:\Users\ccole.CAPS\.atom\packages\polymer-ide\node_modules\polymer-editor-service\lib\remote-editor-service.js:20:71 at __awaiter (C:\Users\ccole.CAPS\.atom\packages\polymer-ide\node_modules\polymer-editor-service\lib\remote-editor-service.js:16:12) at EditorServerChannel._sendRequest (C:\Users\ccole.CAPS\.atom\packages\polymer-ide\node_modules\polymer-editor-service\lib\remote-editor-service.js:67:16) at...
I've been wrestling with this package for a while now, and I cannot seem to get it to work or figure out why it is not working. AFAIK the Linter...
Could you add Syntax Highlighting as plugin language-polymer? This plugin droped support for Atom. :-( https://github.com/JonathanWolfe/language-polymer
Installation of this package on a new machine is working, but it requires the linter to show linter warnings. For other packages, Atom detects this package dependency and requests the...
Repro: Place cursor at the `|` and trigger autocomplete. This gives good completions: ```html
We implement this with willSaveWaitUntil which isn't implemented yet in atom-languageclient. Issue: https://github.com/atom/atom-languageclient/issues/138 Once that's implemented we should just be able to uncomment the section in the config.
_As an Atom editor user, when I open multiple project folders at once, I want my code to continue to be linted, so that I can be a productive software...