CodeAceJumper icon indicating copy to clipboard operation
CodeAceJumper copied to clipboard

Consider marking all non-alphanum characters as work boundaries by default

Open matklad opened this issue 4 years ago • 2 comments

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?

matklad avatar Jul 29 '20 10:07 matklad

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

matklad avatar Jul 29 '20 10:07 matklad

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.

lucax88x avatar Aug 03 '20 08:08 lucax88x