WebStorm 2018.3.2 is available
WebStorm 2018.3.2 (build 183.4886.41), the bug-fix update for WebStorm 2018.3, is now available!
Update to it using our neat little Toolbox App, or from the IDE. You can also download WebStorm 2018.3.2 from our website.
What’s new:
- Completion for Bootstrap Vue (WEB-35477) and Shards Vue components (WEB-36054)
- Better support for Prettier 1.15 and above (WEB-35806)
- The Extract interface refactoring now works for objects (WEB-21926)
- The IDE now bundles TypeScript 3.2 (WEB-36159)
What’s fixed:
- The Optimize imports action now keeps the comment on top when ‘Sort imports
by modules’ is on (WEB-28878) - The usage of the Angular template reference variable in the ViewChild selector is now resolved (WEB-36109)
- The problem with using Hebrew in the ‘Find in path’ dialog was fixed (IDEA-199367)
You can find the full list of addressed issues in the Release Notes.
The WebStorm Team
Comments below can no longer be edited.
Mihail says:
December 21, 2018The autocompletion in webstorm is no longer working properly when I have tab or enter. In CSS, when it does work, I might have typed an Emmet abbreviation either on purpose or by chance and I have selected a different autocomplete option, it will autocomplete the Emmet abbreviation instead of what I have chosen.
Have been noticing a similar issue in pycharm also.
Ekaterina Prigara says:
December 21, 2018Hello,
Can you please report a short screencast showing the issue? You can send it to our tech support https://intellij-support.jetbrains.com/hc/en-us/requests/new or report on the issue tracker: https://youtrack.jetbrains.com/issues/WEB
We are not aware of any changes related to the completion behavior.
Thanks!
Mihail says:
January 26, 2019Here is the bug along with the animated GIF: https://youtrack.jetbrains.com/issue/IDEA-206136
Ekaterina Prigara says:
January 28, 2019Thank you! We will get back to you in the issue.
Alexey Gubin says:
December 30, 2018Is it possible to use autocompletion to vuex actions and mutations?
Ekaterina Prigara says:
January 2, 2019Yes, there should be code completion for actions and mutations in WebStorm 2018.3.
Does it work for you? If not, please provide and an example.
Antoine Laborderie says:
January 2, 2019Hello Ekaterina,
I encounter a major issue when using WebStorm 2018.3.2 in an angular project :
Files *.component.html are all having issues like :
– On any element: “TS2304: Cannot find name ‘div’.”
– On injected variables {{variable}}: “TS2362: The left-hand side of an arithmetic operation must be of type ‘any’, ‘number’ or an enum type.”
– And many others… my file is full of red!
Rollback 2018.3 solves the problem.
I tried invalidating cache without success… After indexing ends the errors come back.
Issue happens on multiple computers (the whole team actually) using Windows 7.
Have a good day, and happy new year!
Ekaterina Prigara says:
January 2, 2019Hello,
Can you please check what TypeScript version is selected in Settings | Languages & Frameworks | TypeScript.
The Angular CLI and Angular language service are incompatible with the latest TypeScript 3.2 and as a result you see these errors.
Please use the TypeScript version < 3.2 or disable Angular Language Service in Settings | Languages & Frameworks | TypeScript. Starting with WebStorm 2018.3.3, when using a bundled TypeScript version, WebStorm will no longer use Angular Language Service.