Skip to content

Instantly share code, notes, and snippets.

@felipsmartins
Last active April 2, 2023 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipsmartins/814252de60a3b608d64d666193b54b15 to your computer and use it in GitHub Desktop.
Save felipsmartins/814252de60a3b608d64d666193b54b15 to your computer and use it in GitHub Desktop.
JETBRAINS IDE - Toggle Case (Ctrl-Shift-U) not working under (Linux)

Toggle Case (Ctrl-Shift-U) not working under (Linux)

From: https://youtrack.jetbrains.com/issue/IDEA-112533

  1. Run ibus-setup (from command-line)
  2. Switch to Emoji tab
  3. Click the ... button next to Unicode Code Point
  4. Modify (or delete) the shortcut, click Apply

credits: Damien Regad

see also: https://youtrack.jetbrains.com/issue/IDEA-26936#comment=27-139328


Go to declaration (ctrl+click) opening (reusing) in existent tab

Possible solutions:

  1. Uncheck option: In Settings -> Advanced Settings -> Editor tabs -> Open declaration source in the same tab
  2. Shift-Shift -> "registry". Uncheck editor.preview.tab.navigation

links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment