Aaron Beall
- 活动总数 62
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 19
-
-
Aaron Beall 创建了一个帖子, 已回答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... -
Aaron Beall 创建了一个帖子, 已回答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 ... -
-
Aaron Beall 创建了一个帖子, 已回答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: -
-
-
Aaron Beall 创建了一个帖子, 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... -
-
Aaron Beall 创建了一个帖子, 已回答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 ...