Aaron Beall

Avatar
  • 活动总数 62
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 5
  • 订阅数 19
  • 创建于

    JS auto-import and completion of non-JS imports

    In my web app (JavaScript, TypeScript, Webpack) I often import non-code assets, such as SVGs: import MyIconSVG from "../../assets/icons/my-icon.svg" However, unlike JS imports, IntelliJ: 1. Cannot ...
    • 3 个关注者
    • 10 条评论
    • 1 票
  • 已编辑于

    "Find in Path" not showing results in some files

    已回答
    I've run into a problem where "Find in Path" is not showing results in a particular set of files. I can't figure out why.  The files are .js files. They are named like "foo.steps.js", but if I rena...
    • 24 个关注者
    • 48 条评论
    • 7 票
  • 创建于

    Cucumber Expressions are not recognized

    已回答
    I have enabled Cucumber support: https://www.jetbrains.com/help/idea/2017.1/enabling-cucumber-support-in-project.html This works as expected for regex based step implementations: When(/^I have ([0-...
    • 5 个关注者
    • 2 条评论
    • 10 票
  • 创建于

    How to "star" current branch?

    已回答
    Since the current VCS branch does not appear in the branches dialog, how can you "star" the current branch?
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 已编辑于

    TypeScript 2.2 tagged union auto-completion broken

      I just installed TypeScript 2.2 and found that previously working auto-completion within type-narrowing of tagged union types no longer works. For example: interface Circle { kind: "circle"; ra...
    • 3 个关注者
    • 4 条评论
    • 4 票
  • 已编辑于

    File grouping like TS->JS for other generated file types

    I have a TypeScript/React project that uses Typed CSS Modules. This means that (almost) every component has 3 files: MyComponent.tsx MyComponent.css MyComponent.css.d.ts This results in a lot of ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    CSS Next

    I'm using IntelliJ IDEA 2016.3.2 in a project that uses `postcss-cssnext` features. When editing a CSS file IDEA flags a lot of errors that aren't actual errors, apparently because it does not unde...
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 已编辑于

    TypeScript React (TSX) component does not suggest props

    I'm using TypeScript and React in IntelliJ IDEA 15.0.6. I have the TypeScript compiler turned on and tsconfig configured for React JSX.  When I'm inside a JSX block I've found that IDEA does sugges...
    • 3 个关注者
    • 7 条评论
    • 0 票