PhpStorm Code Completition wrong menu color - phpstorm

I recently updated my PhpStorm to 2021 version, but I having a problem with code competition menu. On Darcula theme (dark theme) that menu is impossible to read anything. Any chance to change the menu color without change theme?
Systems Windows 10, x64 version.
I find the solution changing:
Open Settings:
Find Editor|Color Scheme|General|Popups and Hints|Documentation. Thanks LazyOne for the hint.

Related

Color picker not showing in VS Code but only for CSS files

I started looking for React development stuff and I came across something I wanted to try and started working on a project, but when I ran the command npx create-react-app my_app_name my CSS color picker stopped showing up in the index.css file, and I tried another projects I have been working on previously where I remember using the color picker, and it still didn't work.
Another weird thing is that I can see that html file has that enabled and it works perfectly, but in CSS it doesn't I tried everything on the internet, but nothing worked, any possible way that react changed my settings in the process and disabled something? is there a solution for this?
Ok if anyone stumbles across this, it might help.
After uninstalling VSCode Completely, and installing it again it started working again, and what my initial problem was that I had installed PostCSS Language Support, which upon installing it before I had no problem, but with probably in latest patch, I got the problem where the picker and also the suggestions were deleted/disabled by VSCode.
If you have PostCSS Language Support, just disable it, and everything should work perfectly.

how to avoid errors in vscode when making a wordpress theme?

How to avoid errors due to not having the specific functions of wordpress inside the projet when making a Wordpress Theme on Visual Studio Code ?
Is there a plugin to download ?
Wordpress stubs are included in In VSCode.
You just need to activate it.
If you follow these steps your errors will disapear.
Hit the gear icon.(bottom left)
Select settings.
Search for stubs.
Scroll all the way down an click
on 'Add item'.
Hit the dropdown menu.
Press w(on your keyboard) and
scroll to worpress and select it.
Hit ok.
Now all the error should disapear.
If not, try to restart VSCode.
Open VS Code in the root of the WordPress installation.
You get this error because you are referring to functions that are not in your open files in your editor.
You can try using WordPress Stubs https://github.com/php-stubs/wordpress-stubs. The easy way is download this file https://raw.githubusercontent.com/php-stubs/wordpress-stubs/master/wordpress-stubs.php (Wordpress v5.8.1) and paste in your theme.

PhpStorm 2019.3 no current Inline Parameter Name Hint coloured highlighting

In PhpStorm's tip of the day or in older version of PhpStorm we can see current Inline Parameter Name Hint coloured highlighting:
But now in version 2019.3 i don't see coloured highlighting:
Is this a bug, a feature or did i miss something?
Is somebody facing the same issue?
The problem was in themes switching.
After i updated to 2019.3 i installed theme Gruvbox Theme.
I didn't like it and switched back to Darcula.
But after that the PHPStorm internal color scheme config (.icls) still had traces of the uninstalled Gruvbox Theme.
Fixed it by installing another theme (Material Theme UI), and all is good now!

Font awsome icons not showing

I am developing a webshop (www.kipos.nl). Since one day, suddenly the icons don't work any more.
I can see the cart in de header, but all the other icons are replaced with squares or with numbers.
The drop down arrows in de main menu are all numbers now.
I can't seem to fix this. I tried to add a line of code according to this tutorial,
but this unfortunately doesn't work either.
Gabriela
The reason is that the Divi ETmodules font cannot be loaded. When you check the network tab in the dev console you can see that the following URL is "forbidden", yet it is necessary for a correct rendering:
https://kipos.nl/wp-content/themes/Divi/core/admin/fonts/modules.ttf
Make sure your Divi WordPress theme is correctly installed, and the above file location is allowed access by the application server.
All this has little to do with programming, so please consult guides provided by Divi on how to verify the installation or redo it.

TortoiseHG icons are missing

I've checked my TortoiseHG settings and it's set to show the folder icons showing the status of the files, but I don't see them. I'm running Windows 7, does anyone know what could be the problem?
I've had this problem before. It's important to reboot after freshly installing TortoiseHG (or possibly just logoff and logon again.)
If this doesn't work, then it's possible that you have too many icon overlays types being used by various progams.
This tortoisesvn discussion talks about maxing out icon overlays.
I think the registry entries that TortoiseHG uses in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers are 1TortoiseNomal, 2TortoiseModified, 3TortoiseConflict, etc...
You need to make sure that there aren't too many icon overlays before these. Of course this could break other overlays!
I had a similar issue with Overlay icons being removed after installing TortoiseHg. The registry icons in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers were ok but still no icons where showing.
I found out that the icon paths in HKEY_CURRENT_USER\Software\TortoiseOverlays for some reason where looking in the folder CommonFiles\TortoiseOverlays\Icons\MUFWin7 which did not exist.
I don't know how this happened or how this folder was deleted(if it ever existed) but by changing that path I solved the issue.
May be you install some new soft ,so there are so many overlay icons.delete some,reboot explorer.exe.Windows can only show a limited number of Overlay Icons (15 total, 11 after what Windows uses).
Just happened to me, and I wasted 2 hours looking for solution.
I ended up rebooting, now the icons are showing.
There is a service Overlay Icon Server , make sure it is started once rebooted.