Tommi Johtela

Results 5 comments of Tommi Johtela

Hi! Glad you like my project 🙂 I think there is a simple-ish solution to achieve what you are looking for. As you figured out, [`html-weaver` module][1] is in charge...

Hello! The `modaledit.selectBetween` command moves to the first occurrence of the searched character(s), so it does not find the closing bracket. To implement your use case, I would use the...

I guess `selectToBracket` falls short when you want to select inside arbitrary characters. Maybe `selectBetween` could be enhanced to count the opening brackets while it's looking for the closing bracket....

The documentation is there for me to remember what I did 4 years ago 😉 There would be a lot of things to improve to get closer to the Vim...

This is finally implemented in version 2.2.0. New `nested` argument will make `modaledit.selectBetween` correctly find the matching parenthesis. See the [Vim bindings](https://johtela.github.io/vscode-modaledit/docs/presets/vim.html#motions-in-visual-mode) for examples on how to use it.