Aaron Beall
- 活动总数 62
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 19
-
已编辑于 TypeScript: Type information doesn't always show up, even though TS has it
I've noticed various cases similar to this one, often when using mapped typed, unfortunately I don't have a minimal example: Notice that `message.p` suggest `payload` with type `Field`. This is co... -
创建于 "Reset Current Branch to Here" on local untracked branch -- commit history lost?
已回答I think I just did something horribly stupid. I have a local branch (not pushed to remote) and I went to the VC -> Logs tab, chose a commit several commits back, and chose "Reset Current Branch to ... -
创建于 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 ... -
已编辑于 "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... -
创建于 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-... -
创建于 How to "star" current branch?
已回答Since the current VCS branch does not appear in the branches dialog, how can you "star" the current branch? -
已编辑于 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... -
已编辑于 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 ... -
创建于 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... -
已编辑于 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...