Blackj0221
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
创建于 Can I move editor tabs with keyboard shortcuts?
已回答In Visual Studio Code, I can assign custom shortcut to 'View: Move Editor Left', 'View: Move Editor Right' options. Does IntelliJ platform support the behavior like this? -
已编辑于 Alt key calls context menu on Windows 10
已回答If I press Alt key and press Enter, (not simultaneously) a window context menu appears on the top left. (Restore, Move, Minimize, ...etc) How can I disable this behavior? In other IDEs, if I press... -
创建于 Cannot resolve symbol 'servlet'
已回答I've imported my JSP project with 'Get from Version Control' option, but the message "Cannot resolve symbol 'servlet'" appears on every servlet classes. How can I fix this? -
创建于 HTML Tree Highlighting doesn't work
I already checked 'Enable HTML Tree Highlighting' option but it doesn't work at all. Removing some related plugins(like <Rainbow brackets>) also doesn't help. How can I fix this? -
已编辑于 Reformat for @Retention annotation
@Target({ElementType.METHOD}) // comment 1@Retention(RetentionPolicy.RUNTIME) // comment 2@interface MyAnnotation { ...} If I reformat this, 'comment 2' goes down to the next line. @Target({E...