Alexander Zeitler
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 20
-
Alexander Zeitler 进行了评论, -
Alexander Zeitler 创建了一个帖子, 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 进行了评论, -
-
Alexander Zeitler 进行了评论, -
Alexander Zeitler 创建了一个帖子, 已回答Can'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 创建了一个帖子, 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 进行了评论, -
Alexander Zeitler 创建了一个帖子, 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...