JSDoc green highlighting in Webstorm - webstorm

What does the highlighted green mean in my JSDoc?
My JSDoc seems legit. But what is the IDE trying to say to me with the green?

Related

How to disable VS2019's syntax coloring for C++ and make it look like VS2017

I'm a light theme user, and I guess that makes me unpopular, but I'm sure there are still some light theme users out there. I have switched to VS2019 and the light theme (called Blue Theme) was a nightmare. It turned out it was an issue and the solution can be found in this thread.
My other question is the C++ syntax coloring in VS2019. It's just too many colors and makes it really hard for the eyes (once again if using the light theme).
I have looked but don't know where can I disable this new fancy syntax coloring and go back to VS2017's syntax coloring in VS2019. Any tips?
Here's a screenshot of what I have in VS2019:
I think it's a bit too much. I don't wanna see purple, green, red and brown.
As per this Microsoft link there is supposed to be this Color Scheme and it can be set to VS2017, as per this screenshot:
But for some reason I don't have it and I have just updated it and this what my Text Editor->C/C++->View looks like:
It looks the only way to solve this problem is to change the colors one by one. But you may ask, how do I come up with colors, I'm not a graphic/UI/UX designer? Here's how. You open the colors in VS2017 in Options->Fonts and Colors and select Text Editor in Show settings for:, and there when you scroll down you will see the colors for all C++ keywords.
That was Step 1. In Step 2 you go to the same dialog in VS2019, and one buy one change VS2019 settings to match those of VS2019. Having two monitors or one wide monitor helps.
Here's the screenshot:

What do the empty and full red circles mean in Qt Creator's Issues tab?

When you build an application in Qt Creator you can see the Issues you get while building in the Issues pane, at the bottom of the screen. So far I've seen the yellow triangle (warning), the full red circle (seems to be a compilation error) and an empty red circle.
While I'm pretty confident about the first two, I can't figure out what the empty red circle means, since the compilation doesn't stop but it's not a warning either. The circle appears next to some C++ lines of code.
By clicking on the funnel icon on top of the Issues pane, I could filter out the output and see all the categories. It seems like the empty red circle indicates a Clang Code Model issue.

Change background color of indent in VSCODE?

I am translating the theme from my favorite FORTRAN editor (now defunct) to VSCODE. So far so good. The one thing I can't seem to locate is how to colorize the background of first 6 columns and only when the line has data.
defunct editor:
my VSCODE theme:
Is it possible to do this in a theme or will that have to go into an extension?

Visual Studio Blue Eye Strike-through meaning

I am writing tests in Visual Studio 2017 and sometimes I see the following icon on the left of the test method signature. What does this icon mean? The black and white circle is there all of the time, but the blue eye with a strike-through only shows up occasionally. It may or may not be relevant but I am using ReSharper Ultimate as well.
According to the ReSharper Action Indicators and Action List, that icon is a ReSharper icon. The circle means unit test; the circle with the blue eye with a bar means "the unit test was ignored during the last execution".

WebStorm editor tab background colour

I want to use a light theme in WebStorm 2017.1 but for some reason the editor tabs are always dark.
I can change the font colour but that also changes it in the project tree view which has a white background.
The theme under Appearance is set to IntelliJ and the editor theme is set to default but I have tried it with many combinations.
Is this a bug or is there a setting I haven't found yet?
The issue was caused by the Material Theme plugin, disabled it and everything looks fine.
Thanks to #LazyOne for pointing me in the right direction.