comments - Commenting code out/in IntelliJ IDEA german keyboard -
after updated intellij idea 2017.1, can not more comment out/in code. using german keyboard , until yet use workaround comment code in/out shortcut "cmd" + "-" isn't working more. shortcuts "cmd" + "/" isn't working.
any ideas solve problem on german keyboard?
you can either reassign action working shortcut in keymap preferences or use this workaround:
- install jb sdk bintray downloader plugin. can find in plugin repository right in ide settings.
- find action "get jb sdk bintray" (on mac can use cmd + a shortcut find action name)
- choose appropriate runtime version (build 795 or later)
- download
- install
- restart intellij idea (it should happen automatically)
- check ide dialog sure ide bootstrapped desired version of runtime
to enable openjdk behavior go | edit custom properties, add following property file:
com.jetbrains.use.old.keyevent.processing=true
Comments
Post a Comment