First of all, thanks for your work on this extension, at this point it's gotten to a point where i'm pretty sure i can start working with zed on my angular app all thanks to you and all the people that have contributed, this may not be perfect like you've said before but it's really really good so far and i really appreaciate your work and effort on this.
Now, this is mostly a question rather than an issue hopefully this isn't annoying.
Anyways is there a way to show the component specific properties first and then all other options?
For example, let's say i've created a component called SelectableTabsComponent with a selector that looks like this <selectable-tabs> .
Lets say this component has an input called tabs, what i'd want is that when i start writing an input for said selector the first shown options would be existing properties for this specific component, in this case for example [tabs] would be the first result.
Currently it starts with all of the available angular properties in alphabetical order

So with my example things would look like this

First of all, thanks for your work on this extension, at this point it's gotten to a point where i'm pretty sure i can start working with zed on my angular app all thanks to you and all the people that have contributed, this may not be perfect like you've said before but it's really really good so far and i really appreaciate your work and effort on this.
Now, this is mostly a question rather than an issue hopefully this isn't annoying.
Anyways is there a way to show the component specific properties first and then all other options?
For example, let's say i've created a component called
SelectableTabsComponentwith a selector that looks like this<selectable-tabs>.Lets say this component has an
inputcalledtabs, what i'd want is that when i start writing aninputfor saidselectorthe first shown options would be existing properties for this specific component, in this case for example[tabs]would be the first result.Currently it starts with all of the available angular properties in alphabetical order
So with my example things would look like this