-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim: Cannot use % to jump to matching tag #12986
Comments
@ConradIrwin has looked at the issue or not ? |
Not yet! If you want to pair with me on a fix: https://calendly.com/conradirwin/pairing |
@ConradIrwin I would have love to help you but I don't have enough rust knowledge |
@ConradIrwin @as-cii @maxbrunsfeld @nathansobo |
is it feasible to support this feature in a generic way, where you want to jump between matching or is there an existing way to solve that problem with current zed features? |
Check for existing issues
Describe the feature
When working with .jsx, .tsx, .html and etc files, the Shift + 5 keybinding does not jump between open and closing HTML/JSX tags although it works for brackets. This keybinding is expected to help navigate between matching pairs of tags but fails to do so.
Additional Information:
I have attached a video as well for more info, and this video is of Neovim 0.9 with tsserver lsp.
Zed version: 0.139.3
OS: MacOS Sonoma 14.5
If applicable, add mockups / screenshots to help present your vision of the feature
Screen.Recording.2024-06-13.at.8.42.22.PM.mov
The text was updated successfully, but these errors were encountered: