Aaron Beall

Avatar
  • Total activity 62
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 19
  • Created

    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 followers
    • 10 comments
    • 1 vote
  • Edited

    "Find in Path" not showing results in some files

    Answered
    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 followers
    • 48 comments
    • 7 votes
  • Created

    Cucumber Expressions are not recognized

    Answered
    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 followers
    • 2 comments
    • 10 votes
  • Created

    How to "star" current branch?

    Answered
    Since the current VCS branch does not appear in the branches dialog, how can you "star" the current branch?
    • 3 followers
    • 2 comments
    • 0 votes
  • Edited

    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 followers
    • 4 comments
    • 4 votes
  • Edited

    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 followers
    • 1 comment
    • 0 votes
  • Created

    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 followers
    • 3 comments
    • 0 votes
  • Edited

    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 followers
    • 7 comments
    • 0 votes