Tab is not moving to next snippet field

After snippet completion, hitting Tab is indenting the lines. It’s not not jumping to the next field.
How can I debug this?

Sounds like you may have bound a tab handler with higher precedence than the one bound by the snippet extension.

How can I check the precedence? I removed all the extension and I tried. What’s your debugging work flow?
How would you debug something like this?

If you removed all extensions tab should definitely not indent—by default it isn’t handled, and just moves focus to the next element on the page.

Found the issue.

React codemirror was doing it.

Thanks

1 Like