Peter Burns
Peter Burns
The first thing to check is whether it works in the example project: `git clone https://github.com/Polymer/atom-plugin && cd atom-plugin/example_project && bower install && atom ./` If it works there then...
Oh, yeah, we shouldn't report it in a persistent way, just as a popup. The underlying reason is just so that people aren't surprised when none of the IDE features...
I think we'll need one editor server per workspace. Which is fine if you've got, say, 2-5 workspaces. If you've got, like `100` workspaces (not naming names here or anything...
Hm, this is a serious issue at the analyzer level. Filed as https://github.com/Polymer/polymer-analyzer/issues/582
(the ctrl+click issue is a red herring I think: I'm pretty sure that the polymer ide and typescript services are racing, and polymer says it's not found but typescript can...
@abdonrd Add a comment saying `@namespace Polymer` to your `Section` class.
Oh, erp, yes that's right! `@memberOf` not `@namespace` 🙃
Yep. You can get the old behavior back by disabling vscode's HTML suggestions. Set `"html.suggest.html5": false` I think long term we can include metadata for native elements and their attributes...
This seems reasonable. We could use or create a field in polymer.json for configuring this
We do expect that to work, and it's a bug if it doesn't. I'm out for the next few days but I'll see if I can take a look. A...