ace-jump-mode
ace-jump-mode copied to clipboard
CamelCase support
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.
Yes, I agree. Thanks for your suggestion. I may consider to implement this and add a setting to switch this functionality. :-)
status? is there any reason this hasn't been implemented?