When I write CSS/SCSS I’m constantly typing things like marg and then using the up/down keys to navigate to margin, margin-bottom, margin-left etc… to complete with what I’m looking for. The problem is, the last one that I selected using the arrow keys is always the one that’s preselected the next time the autocomplete popup comes up. I’d like it to always be the shortest auto complete — meaning, anytime I type marg, margin is the selected value.
Is there a way to change this behavior?