ianhattendorf / autocomplete-ruby

Provides intelligent code completion for Ruby in the Atom editor. Requires RSense.
MIT License
51 stars 9 forks source link

autocomplete-ruby brings up a ton of errors when using a templating language like ERB #33

Closed BigDaddyDeadpoo1 closed 7 years ago

BigDaddyDeadpoo1 commented 7 years ago

It's brings up a BUNCH of "Error stopping rsense" error popups. Totally understand if consideration of templating languages hasn't been integrated into this package. I doubt it's easy and I am definitely not mad about it at all. Just letting you all know.

ianhattendorf commented 7 years ago

That's interesting, what's the extension of the ERB files? .html.erb? .erb.html? The only selector we target is .source.ruby, and ERB should be ignored as it's text.html.erb AFAIK...

Could you create a small reproducible project on github so I can take a look?

ianhattendorf commented 7 years ago

Closing, no response.