Blackj0221

Avatar
  • 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?

    Answered
    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?
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Alt key calls context menu on Windows 10

    Answered
    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...
    • 3 followers
    • 2 comments
    • 1 vote
  • Created

    Cannot resolve symbol 'servlet'

    Answered
      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?
    • 2 followers
    • 2 comments
    • 0 votes
  • 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?
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 3 followers
    • 1 comment
    • 0 votes