Aaron Beall

- 活动总数 62
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 19
-
创建于 Run ESLint --fix on save / only on modified files
已回答I have “Run ESLint --fix on save” enabled: The problem is that it often freezes up my IDE, sometime I even have to force quit IntelliJ IDEA.It seems that this actually runs against all files, not j... -
已编辑于 Cannot commit deleted file anymore?
已回答After updating it seems I cannot git commit a deleted file: The context menu for both the file and the change-list looks like this. If the change-list contains something other change it lets me ... -
创建于 IntelliJ incorrectly showing TypeScript nullish coalescing `??` as a syntax error
已回答IDE shows this: This syntax is fine, it should not be an error. TypeScript does not report an error: -
已编辑于 CSS `composes: ...` suggestions and auto-complete
IntelliJ understands the `composes` syntax: // some.css.foo { composes: flex-centered from "../../../../../styles/layout.css";} In the above snippet IntelliJ does a good job understanding the synt... -
已编辑于 Disable JavaScript "guess work" when using TypeScript?
已回答In JavaScript IntelliJ does a lot of intelligent guessing to do things like find declarations, references, refactoring, etc. Sadly it's often wrong, because JS is dynamic there's a lot of guessing ... -
已编辑于 Indent JSX expression with indented newline the same way as vanilla JS
This block of code is formatted by IntelliJ auto-formatter: const jsx = ( <div> { some_expression && <span> Some Text </span> } </div>); I would like the inner `<span>` to be ind... -
创建于 IntelliJ IDEA locks up on format code
已回答This just started recently. With certain files (with no apparent pattern that I can tell) when I Reformat Code or Organize Imports it causes the entire IDE to completely lock up, hanging on a progr... -
已编辑于 Disable "optimize import" on specific files
已回答I have a couple files in my TypeScript project that have imports which IntelliJ thinks are unused, but actually are used. When I tun Optimize Imports it removes these imports and the project doesn'... -
已编辑于 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 ...