You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
RedHatter
changed the title
Doesn't seem to do anything?
Doesn't have any diagnostics?
Sep 14, 2017
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?
I have
atom-ide-ui
andlanguage-vue
installed but the package doesn't seem to preform any diagnostics. When I open a Vue file the language is correctly detected asVue Component
but if I, for example, leave out a comma, I don't get a diagnostics error.The text was updated successfully, but these errors were encountered: