If you enable the setting Use "CamelHumps" words in IntelliJ, commands like ctrl+left will go to the previous hump in camel case words, rather than the start of the word.For similar functionality in VS Code, enalbe the config intellij-idea-keybindings.useCamelHumpsWords under Settings.
However the "idea.vmoptions" file in the /bin directory is overwritten when idea runs.JVM options must be changed in the file with the same name, but in the configuration directory as JetBrains documentation states.This can be done following the instructions in the official documentation for idea and clion:
93ddb68554