lucax88x / CodeAceJumper

Ace Jump extension for Visual Studio Code
MIT License
76 stars 14 forks source link

extension.aceJump.selection documentation seems to be wrong #440

Closed LGala closed 1 year ago

LGala commented 1 year ago

As you can see in the README file

  • extension.aceJump.multiChar allows us to refine the placeholders by providing more characters. When one matches it automatically jumps, otherwise you can escape and then jump by matching remaining placeholders.

and

  • extension.aceJump.selection allows us to refine the placeholders by providing more characters. When one matches it automatically jumps, otherwise you can escape and then jump by matching remaining placeholders.

Are we sure this is correct?

lucax88x commented 1 year ago

it's possible that the only difference is that selection will select the text, but in the end the behavior is the same?

LGala commented 1 year ago

Yeah, this seems exactly what it does and I thought it would need a different description in order to help the users understand it