Alexander Zeitler
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 20
-
Alexander Zeitler commented, -
Alexander Zeitler created a post, Remove whitespace from class attribute
Hi,given this HTML, is there a way to remove the white space after “border-turquoise-100” using code clean up / reformat code?<div class="border border-turquoise-100 ">Some text</div> -
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...