Blackj0221
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
Blackj0221 创建了一个帖子, 已回答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? -
-
Blackj0221 创建了一个帖子, 已回答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... -
Blackj0221 进行了评论, -
Blackj0221 创建了一个帖子, 已回答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? -
Blackj0221 创建了一个帖子, 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? -
Blackj0221 创建了一个帖子, 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...