If you are a vim user, and you want this feature as well, you'll have to write the vim-side of support yourself If you do it, feel free to send a PR which adds it here.
Nice! I'm using expand-region (which does a nice job based on delimiters and heuristics), now I can replace this in rust-mode.
BTW: how did you internalize ace-jump mode? I tried a few times, but it is so radically different that I could never train myself to use it instead of ordinary cursor movement...
I've just used way too may different editors (sublime, ergoemacs, plain emacs, evil emacs, vim, IntelliJ with vanilla/emacs/vim shortcuts), so I just got used to quickly adopting different ways of editing text.
I've began using ace-jump regularly after I've switch from Vim-style editing to just remapping CapsLock + ijkl to arrow keys systemwide (following this post). The fact that you don't have to touch arrow keys with default config in any application is awesome, but I was missing Vim's f and F. And both IntelliJ & Emacs have excellent ace-jump implementations