question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Visually Emphasis Starred Items

See original GitHub issue

I am using the starred Core Plugin, and I thought it would be a nice touch to add?

Looking through the console, it seems that this will output a list of all starred items:

app.internalPlugins.plugins.starred.instance.items
    .filter (item => item.type === "file");

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisgriesercommented, Apr 10, 2022

fantastic, the css class was already enough for me. 🤩

.another-quick-switcher__starred_item::before {
	display: none;
}

.another-quick-switcher__starred_item .another-quick-switcher__item__title::after {
	content: "☆";
	padding-left: 5px;
}

.another-quick-switcher__starred_item {
	font-weight: 600;
}

here’s how it looks in my theme: Screenshot 2022-04-10 19 08 52

1reaction
tadashi-aikawacommented, Apr 10, 2022

@chrisgrieser Released v4.8.0 🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set focus on an specific folder in explorer. · Issue #28905 ...
Feature request : Ability to focus single folder in file explorer #36709 ... I'd like a least a folder context menu item whose...
Read more >
7 Ways to Prioritize Features and Product Improvements - Planio
Again, while this can be a powerful way to find features to prioritize, you want to make choices based on trends. Not individual...
Read more >
IntelliSense in Visual Studio - Microsoft Learn
Learn how to use these IntelliSense features: List Members, Parameter Info, Quick Info, and Complete Word.
Read more >
Custom Controls | Web Accessibility Initiative (WAI) - W3C
To make this as accessible as possible, a form is used with its fields visually hidden. It contains six radio buttons, one for...
Read more >
7 Steps to Measuring the Success of a Feature - Amplitude
Every Product Needs a North Star Metric: Here's How to Find Yours · Product Strategy Template: Focus Your Efforts With These 3 Steps...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found