So in Vue, you can pass props between components by writing v-bind="$attrs". Then, you can use these props by saying, for instance {{ this.$attrs.somePropsHere }}. It would be ideal if I can get suggestions as soon as I start typing this.$attrs., as it always is with Intellisense. But unfortunately I can't. Any ideas on how to make this work, if such a functionality exists?