atom-ide-vue icon indicating copy to clipboard operation
atom-ide-vue copied to clipboard

Doesn't have any diagnostics?

Open RedHatter opened this issue 8 years ago • 3 comments

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.

RedHatter avatar Sep 14 '17 18:09 RedHatter

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.

romans127 avatar Sep 14 '17 19:09 romans127

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?

tvld avatar Dec 18 '17 12:12 tvld

Thank you I am currently looking into the issue

romans127 avatar Jan 10 '18 12:01 romans127