Hi!
Bullseye has this cute button "Make Rule" that comes active when we select an element or an element's class/id on the breadcrumb bar... but I seldom use it. I much more often need to complete a rule with other element selectors but the breadcrumb bar doesn't help me to do it.
Lets say I have something like:
p.first {color: red;}
Now, I want that the last paragraph gets red too... The right way to do it is:
p.first, p.last {color: red;}
So, what I need is a way to add the selector "p.last" to the rule. This could be more easily done if I could insert the cursor in a rule and then just by pressing the selectors on the breadcrumb bar, add them automatically to the rule.
What do you think? Could we see this added in a future update?
P.S.: I entitled this "from Bullseye to clipboard" because it may be even easier for you just to make the selector copied to the clipboard when clicked on the breadcrumb bar. The best solution though, IMO, would be to have it copied directly from bullseye to the selected rule, as I described above.