CodeAceJumper
CodeAceJumper copied to clipboard
Consider marking all non-alphanum characters as work boundaries by default
Over time, I've accmulated quite a long aceJump.finder.pattern
:
https://github.com/matklad/config/commit/99ee39c9f988ccb7b200b7d6c89d30f1ac11a724
But it still ocasionally happens that I want to jump to a certain punctulation, and then realise that its' not yet on the list (today it's ;
). I think it should be safe to just treat all that is not a number/letter as a word boundary by default?
Also, at this point I've been using this extension for several years, and it's one of my favorite things in VS Code <3
Ehehe, thanks :D Always loved this extension.
I actually don't remember the reason why I didn't put all the non-alphanum, some years have passed.
I will need some more time, I'm actually not using VSCode anymore, and I need to reinstall it to test this stuff.