My experience with Vue 2 was smooth sailing, especially with the impressive WebStorm Plugin - it truly is top-notch and I believe it outperforms VS Code.
However, as I delved into multiple Vue 3 projects using the Composition API, I encountered issues with the WebStorm Vue plugin not being fully functional yet.
The <script setup>
feature seems unusable and even when using the setup() {}
method, strange typing errors and warnings pop up.
Searching online for solutions has been futile, leading me to wonder if my configuration is to blame.
Starting a fresh Vue 3 project with the Vue CLI and reinstalling WebStorm with default settings did not resolve the issue - same problematic results persist.
I am eager to hear from other developers about their experiences with WebStorm and Vue 3's Composition API.