ace-jump-mode icon indicating copy to clipboard operation
ace-jump-mode copied to clipboard

CamelCase support

Open bbatsov opened this issue 12 years ago • 2 comments

I think it would make a lot of sense to make ace-jump CamelCase aware when subword-mode(a minor mode that names editing commands CamelCase aware) is active, since most programming languages make use of CamelCase for class and/or method/variable names. Currently ace-jump would highlight only the first C in CamelCase, but it makes sense to highlight both of them.

bbatsov avatar May 26 '13 17:05 bbatsov

Yes, I agree. Thanks for your suggestion. I may consider to implement this and add a setting to switch this functionality. :-)

winterTTr avatar May 27 '13 03:05 winterTTr

status? is there any reason this hasn't been implemented?

colonelpanic8 avatar Feb 03 '15 20:02 colonelpanic8