Skip underscore or Ctrl+Left/Right for CamelCase
Brought to you by:
fabioz
If you want something done, do it yourself!
-- Jean-Baptiste Emanuel Zorg
This is a port from forum:
I noticed that Ctrl+Left/Ctrl+Right jumps only one word left/right in case it's a underscore-separated variable/method name (e.g. my_var_name), but when I do this on camel-case class names (e.g. MyClassThatHasMultipleWordsInItsName), it doesn't work and simply jumps the whole way. Same goes for Ctrl+Shift+Left/Right, Ctrl+Delete, Ctrl+Backspace
URL: https://sourceforge.net/projects/pydev/forums/forum/293649/topic/3852209:
+1!!