- One Dark Theme
- CodeGlance Pro
- Better Comments
- Colored Brakets (Rainbow does not support C# or C++)
- HighlightBracketPair
- VSCode Keymap
- JetBrains AI Assistant
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