WebStorm icon too small with high dpi display on windows - webstorm

I followed this solution and set IDE size in WebStorm settings. It's almost fine but the icons are TOO small(it's really hard to touch them). The icons did not change with the IDE font size setting. Can someone help me?

there are no solutions for this issue. Please vote for IDEA-117729

Related

Set background image for WebStorm tools but NOT editor

I've been meaning to add a background image to WebStorm, however I'd like it to only affect tools such as the project, commit and terminal tabs. However, the image displays on the editor tab, and it is kind of annoying as it affects readability.
In the past (bug or feature, I'm not sure) I have managed to set it to only tools, but since changing computers I cannot get it to work.
I'd really appreciate it if someone could point me in the right direction. Thanks a lot in advance!

CodeBlocks dark theme (not just the editor's theme)

I want to change my theme in CodeBlocks to dark. And I do not mean just the editor's theme.
I'll show you what I mean:
I want to change every whitespace to dark. How can I do so?
CodeBlocks doesn't have this feature. The closest you can get is this which is most probably not the solution you would desire.

Display runtime variables within Debug console in WebStorm

I've switched over from IntelliJ to WebStorm to do some front-end development and I seem to have lost the ability to view the runtime variables. Can someone point out the configuration to allow me to do this?
When I'm debugging, currently I see this:
When I used to see similar to:
Simply, I've lost the Variables tab. Can anyone help me configure the options? I've tried using https://www.jetbrains.com/help/rider/Inspecting_Variables.html
...to no avail
Thanks in advance
This view should definitely be there. Please try restoring the Debug tool window layout by pressing the corresponding toolbar button:
does it help?
If it doesn't, please contact JetBrains support, providing your idea.log (Help | Show log in Explorer) and information about Node.js version being used

WebStorm light theme still shows dark menu

I am using the version of WebStorm, 2018.1
When I try to set the look&feel from Darcula to a light appearance, it does not completely do that. Some parts of the UI stick to the dark theme.
Any ideas how I can solve this?
You are using Material Theme UI plugin right?
It sets own GUI Theme in some another way (overrides stuff on the go?). You have to disable the plugin first and restart IDE. After that you can use bundled GUI Themes.
That's how it worked before .. so must still work the same even now.

How to lock the toolbars in WebStorm

I'm new to JetBrains WebStorm IDE. I really like it, especially for my JavaScript development, but I can't find how to set a very simple preference. I use the Project and Structure toolbars constantly, but every time one of the toolbars loses focus, the toolbar hides. Is there any way to lock the toolbars to keep them from hiding so that they are always visible? It seems like something very obvious, but perhaps not... I have gone through every setting in preferences that I can see but haven't found anything that works.
Any help would be greatly appreciated.
Enable the Pinned Mode:
If you also enable Split Mode, you can have both Project and Structure visible at the same time on the same side.