atom-ide-vue
atom-ide-vue copied to clipboard
Doesn't have any diagnostics?
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.
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.
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?
Thank you I am currently looking into the issue