auto complete for quasar components at ide
-
Hello,
is it somehow possible to have auto complete for quasar components, component properties/methods at any ide for example VSCode, atom, webstorm?
is there any plan to write any plugin/extention for this. -
This has more to do with IDEs supporting Vue.js.
For example, if you use a recent Webstorm version it should autocomplete custom components. Maybe in the future, it will also be able to complete props.
With vetur you should get basic completion in VSCode.