Nad Chel
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 14
-
已编辑于 How do I recursively expand directory in IntelliJ?
已回答How do I recursively expand a selected directory in IntelliJ? When I press Right Arrow, it expands but not recursively. Is there some shortcut? If not, can I set one? -
已编辑于 IntelliJ IDEA doesn't recognize exceptions down the inheritance tree
已回答Suppose I have some `ParentException` public ParentException extends RuntimeException {} and also some `ChildException` public ChildException extends ParentException {} In that case, IntelliJ IDEA ... -
已编辑于 "This advice advises no methods"
已回答Here's the working code. I have the test, and the aspect is applied (see the log message). However, the IDE doesn't think so and insists on telling me "this advice advises no methods". Looks like s... -
创建于 Does IntelliJ have some shortcut for changing access modifers?
已回答Does IntelliJ have some shortcut for changing access modifers? For example, it would be nice if I could put the cursor at some class member and then press Alt + Up to widen access or Alt + Down to ...