python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Removing three highlighted dots in Rider JetBrains
I'm using the latest version of Rider by JetBrains for my C# projects. I like very much the color scheme of IntelliJ Idea and their shortcuts but my C# code in Rider gets highlighted by 3 dots when th...
AleXeNoN
Votes: 0
Answers: 1
how can I change highlight text color for only a react component?
I am using react and want to change text highlight color.
First I went for a working solution:
Highlight.css
::selection {
background:#fbc308;
color: black
}
somecomponent.tsx
imp...
wcyat
Votes: 0
Answers: 1
Highlight multiple rows from a listbox based on two if condition in C#
I need to highlight in red the expiry dates which is due in 30 days. And highlight in yellow the dates which is lower than today. My program highlight just first row. I think I am wrong at the for loo...
xmi
Votes: 0
Answers: 2
How can I highlight search results live with JavaScript?
I am trying to find a way to highlight search results live as the user enters a search term into the input field. The target of the search is an unordered list. I am trying to use regex to highlight m...
punchy-force4
Votes: 0
Answers: 1