Alexander Zeitler

Avatar
  • 活动总数 81
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 4
  • 订阅数 20
  • 已编辑于

    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>
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 已编辑于

    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...
    • 4 个关注者
    • 5 条评论
    • 0 票
  • 已编辑于

    Disable test file highlighting in Project explorer and Editor Tab

    Where can I disable test folder/file highlighting (especially the background) in project view and for the current tab (the dark green background)? Due to my color scheme (Material UI plugin) I'm al...
    • 7 个关注者
    • 8 条评论
    • 14 票
  • 已编辑于

    Cursor is missing after ALT+ENTER in 2018.1.4 on Ubuntu 18.04

    After hitting ALT+ENTER and choosing an action, when the Action has been executed, the cursor is gone. Same happens when hitting ESC after ALT+ENTER. Clicking inside the code editor using the mouse...
    • 2 个关注者
    • 7 条评论
    • 0 票
  • 已编辑于

    vue import component: "Module is not installed"

    I created a vue.js 2 project via vue-cli and created two simple components like this <template> <div class="jumbotron"> Dashboard </div></template><script>export default { name: 'dashboard',};</scr...
    • 9 个关注者
    • 44 条评论
    • 4 票
  • 已编辑于

    Change indentation of arrow function in Javascript

    Hi which JavaScript formatting option do I have to modify to instead of this formatting result: client .setClaimForUser({ userId, claim }) .then(() => { return resolve(true); }, err =>...
    • 3 个关注者
    • 3 条评论
    • 1 票
  • 创建于

    Remove trailing spaces only from blank lines

    How can I remove trailing spaces from blank lines using reformat code or on save? I don't want them to be removed from no blank lines as it seems to happen by activating "Strip trailing spaces on S...
    • 2 个关注者
    • 4 条评论
    • 0 票