Yankolo
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
Created Debug doesn't open Edge Chromium
Whenever I run a Javascript debug configuration, Webstorm doesn't open my default system browser which is Edge (Chromium). Instead, Chrome opens. I have tried: (1) Setting up the option of "System ... -
Edited How to auto-insert curly braces after completing statements such as "if", "else", "switch", etc.?
AnsweredLet's say I am typing "if" and click Enter, the following code appears: if () How can I modify the code completion so that when I type "if", the following code appears?: if () { } What... -
Created Is there a keyboard shortcut to press on balloon notifications?
AnsweredIs there a keyboard shortcut to press on balloon notifications? For example, I currently have a notification balloon that says "IntelliJ IDEA 2020.1.2 available, Update...", I want to press on the ... -
Created Emmet conflicts with Live Template Tab Cycle
When I hit the Tab key after typing a value for a Live Template variable, instead of cycling to the next variable position, Emmet expands this value as if it is an HTML tag. For example, when I use...