rwatts3 / atom-ide-vue

MIT License
36 stars 3 forks source link

Doesn't have any diagnostics? #1

Open RedHatter opened 7 years ago

RedHatter commented 7 years ago

I have atom-ide-ui and language-vue installed but the package doesn't seem to preform any diagnostics. When I open a Vue file the language is correctly detected as Vue Component but if I, for example, leave out a comma, I don't get a diagnostics error.

rwatts3 commented 7 years ago

This package is still in active development. Things will be changing dramatically as atom-ide as well as the vue-language-server and language-server-protocol all evolve.

I will keep this open as it is certainly an issue. I'll post here when the intellisense is better and more user friendly.

tvld commented 6 years ago

Trouble is that before this component, I got linting to work on .vue treating it as if it was a .js file. It ignored the <style> and <template> parts, but, IMO the most important <script>, it did check...

Now nothing is checked. So, maybe idea? ... as intermediate solution, maybe revert temporarily back to .js checking only? until intellisense is back on par?

rwatts3 commented 6 years ago

Thank you I am currently looking into the issue