Polymer / atom-plugin

Provides autocompletion, linting, and more for web components.
Other
32 stars 8 forks source link

Linting and autosuggest not working #60

Open bvhme opened 7 years ago

bvhme commented 7 years ago

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 is doing nothing and not even telling me it is doing nothing when I lint from the command line I get many errors but in Atom zilch. The autocomplete and the suggestions for both tags, attributes and properties are not working as well.

I've even tried chucking out my ~/.atom and installing nothing but the linter and atom-plugin, as well as using older versions and the beta version of Atom. I'm on a Mac with the latest Atom...

polymer-ide

The only thing that seems to be working are the documentation tooltips on some elements. Although the following might not have been intended by its maintainer.

screen shot 2017-05-23 at 10 12 25

Any ideas on how to find out what is happening?

bvhme commented 7 years ago

Update: I've downloaded VSCode to check the Polymer IDE plugin in that and it also doesn't work. So perhaps it is a system permissions issue or something alike. However, I'm still not getting any errors.

paul-cozma commented 7 years ago

I have mostly the same problem, even auto-completion stops.

rictic commented 6 years ago

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 we can start diving into your project in specific.

derhuebiii commented 6 years ago

I have the same issue. Running on Windows 10.

It is also not working with the example project. The spinner in the bottom right keeps spinning but no inline comments/tooltips are shown.

image

I tried the usual things, uninstalling and installing again. Any ideas?

EDIT: Resetting atom.cfg also didn't do the job.

derhuebiii commented 6 years ago

+1, still not getting the addon working :(

derhuebiii commented 6 years ago

Nothing here still?