Blackj0221
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created Can I move editor tabs with keyboard shortcuts?
AnsweredIn 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? -
Edited Alt key calls context menu on Windows 10
AnsweredIf 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... -
Created Cannot resolve symbol 'servlet'
AnsweredI'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? -
Created 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? -
Edited 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...