vscode-plugin icon indicating copy to clipboard operation
vscode-plugin copied to clipboard

Provides autocompletion, linting, and more for web components.

Results 22 vscode-plugin issues
Sort by recently updated
recently updated
newest added

Adding the object spread operator anywhere in the `script` section of the element and you will see `polymer-ide` highlighting it as an error (red). for example: ``` Polymer({ is: 'sample-element',...

On windows, version 0.4.3 of the Polymer IDE gives error file: 'file:///c%3A/git/xtal/src/xtal-fetch.js' severity: 'Error' message: 'Unable to resolve superclass Polymer.Element' at: '5,33' source: 'polymer-ide' In this file: https://github.com/bahrus/xtal/blob/master/src/xtal-fetch.js#L5 That file...

I get the following highlighted error when I use [dynamic imports](https://developers.google.com/web/updates/2017/11/dynamic-import): `[polymer-ide] 'import' and 'export' may only appear at the top level` ![screen shot 2018-08-24 at 11 21 09](https://user-images.githubusercontent.com/3392815/44573654-de81a380-a78f-11e8-9ae8-6a32b1c917d7.png)

I have a mixin to provide properties to elements for the current user. When I used these properties in a data binding in an element that extends that mixin and...

I see that this plugin is pulling in a very old version of the editor service, is there any timeline on this project being updated to `^2.0.0`? Is this project...

Not sure if I'm just missing a config option somewhere, but is there a way to set a base path for Polymer IDE to read from, or (better) for it...

I was wondering it it was possible to command click the polymer style functions. So what I would like to is be able to cmd click _clear in the on-tap....

My bower_component folder lives under src/assets/bower_components. Is there a way to update this extension so it does not look under ./bower_components? Because at the moment the extension tells me "The...

How: 1. Make a global import file like so: ``` ``` 2. import file: ` ` 3. try using iron ajax in a Polymer component 4. You will now get...

When I enable Polymer-IDE lint reports 99+ problems from "bower_components" (I have a custom one called "lib") and "build" folders. Actually it does not work at all. VS Code -...