1

I'm doing something with Delphi. However, I can't seem to figure out why RAD Studio doesn't support roaming trough my code with Ctrl+Left/Ctrl+Right on my CamelCase notation words. Eclipse and Intellij IDEA both support this feature but RAD Studio doesn't.

Are there any plugins, settings or keyboard shortcuts for this?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
enginear
  • 29
  • 2
  • 9
  • Well, different editors have different features. If you are missing an ability to move from one capital letter to the next one (within the same word), then that doesn't exist (AFAIK) in Delphis editor. Look in help for `Keyboard Mappings Index` for all shortcuts available in the various mappings available. Asking for recommendations (like plugins) is off topic here on Stack Overflow. – Tom Brunberg Dec 19 '17 at 09:03
  • I'm pretty sure you could implement this yourself by writing an IDE add-in using OTA services. – MartynA Dec 19 '17 at 10:01
  • Yes, this can easily be done using a keybinding package. One very simple example of such a keybinding package are my keybindings for those who have keyboards without an `INS` key: https://github.com/rvelthuis/INSlessKeyBindings. That replaces the Ctrl-Ins etc. shortcuts with Ctrl-C etc. and adds some extra key combos. – Rudy Velthuis Dec 19 '17 at 10:11
  • Maybe Visual Studio Code is an option. It has plug-ins for camelCase navigation as well as an excellent [add-in for Delphi](http://omnipascal.com/) – Günther the Beautiful Dec 19 '17 at 11:06

0 Answers0