Skip to content

Instantly share code, notes, and snippets.

@brccabral
Created August 2, 2026 23:14
Show Gist options
  • Select an option

  • Save brccabral/60b7ee9a5885d75fb09b7be05054651b to your computer and use it in GitHub Desktop.

Select an option

Save brccabral/60b7ee9a5885d75fb09b7be05054651b to your computer and use it in GitHub Desktop.
JetBrains customizations

JetBrains customizations

Plugins

  • One Dark Theme
  • CodeGlance Pro
  • Better Comments
  • Colored Brakets (Rainbow does not support C# or C++)
  • HighlightBracketPair
  • VSCode Keymap
  • JetBrains AI Assistant

Propeties

idea.properties is not transfered to updated version.
~/.config/JetBrains/CLionX/idea.properties is not copied to ~/.config/JetBrains/CLionY/idea.properties when updating.
This is for rider, change it to clion or pycharm.

# Select Help | Edit Custom Properties from the main menu
# custom properties (expand/override 'bin/idea.properties')

idea.config.path=/path/to/JetBrains/rider/config
idea.system.path=/path/to/JetBrains/rider/system
idea.log.path=/path/to/JetBrains/rider/log
idea.plugins.path=/path/to/JetBrains/rider/plugins

#default idea.max.intellisense.filesize=2500 kilobytes
idea.max.intellisense.filesize=3500

# Menu > Help > Find Action > Registry...
#default rider.clangd.max.memory=8000
rider.clangd.max.memory=1000000
#default cidr.inspection.dfa.timeout.in.sec=5
cidr.inspection.dfa.timeout.in.sec=600
#default cidr.max.intellisense.file.length=500000 characters
cidr.max.intellisense.file.length=10000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment