Alexander Zeitler

- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 19
-
Alexander Zeitler commented, -
-
Alexander Zeitler commented, -
Alexander Zeitler created a post, AnsweredCan't take screenshot when context menu is opened on Linux
Sometimes I want to take screenshots from IntelliJ based IDEs like IntelliJ itself or Rider but when the IDE has a context menu opened, I can't take a screenshot on Linux - neither using PrtScr nor... -
-
Alexander Zeitler created a post, Open Project shortcuts on Ubuntu vs. macOS
On Ubuntu I can reach shortcuts for "New Window" and "This Window" using ALT+W / ALT+T in the Open Dialog On macOS there doesn't seem to exist these shortcuts: Non of the modifier keys triggers... -
Alexander Zeitler commented, -
Alexander Zeitler created a post, space-before-function-paren rule in WebStorm
The ESLint space-before-function-paren rule forbits space before function parentheses. Using the settings below: when formatting this using WebStorm function test() {} everything is ok. But reform... -
Alexander Zeitler commented, -
Alexander Zeitler created a post, Replace quotes around JavaScript object properties
When pasting JSON with a lot of properties in a JavaScript file, I want to remove the double quotes around property names efficiently. How can I do it using WebStorm without deleting all quotes man...