How to get VSCode autocomplete for $q, $api, $axios on a quasar 2.x project? #9051
Unanswered
ohmeow
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is how I setup the project:
... and now if VSCode, it doesn't appear that the autocomplete (or intellisense) is working the
$q
or$axios
and$api
configured underboot/axios.js
. I'm not using TypeScript ... just good ol Javascript and can't figure out what is needed to get the autocomplete working and the ESLint errors resolved.Thanks
Beta Was this translation helpful? Give feedback.
All reactions