Yuichiro Tachibana (Tsuchiya)

Results 334 comments of Yuichiro Tachibana (Tsuchiya)

Hello, Is the VSCode's native `Match Case` functionality sufficient? https://code.visualstudio.com/docs/editor/codebasics#_advanced-find-and-replace-options If you want the original Emacs' a little bit complicated behavior referred below, I think it's not worth implementing it...

Or does it help if there is a keybinding to toggle case-sensitivity during i-search?

It cannot be done by VSCode's native search functionality then have to be implemented in the extension itself. For example, it seems [VSCodeVim](https://github.com/VSCodeVim/Vim) has its own search implementation to simulate...

Maybe related to #1308

@jhirn Hi, thank you for sharing the valuable snippet! I think it's worth being merged to the main code base, though as you wrote, there can be some conflicts, for...

Is it `Ctrl-x s`? https://www.gnu.org/software/emacs/manual/html_node/emacs/Save-Commands.html > C-x s Save any or all buffers to their files (save-some-buffers). I will try it. Thank you for your suggestion.

Simply `C-x s` has been assigned to `workbench.action.files.saveAll`, whose behavior is slightly different from the Emacs' `save-some-buffers`. Due to that difference, this issue is kept open.

I can't work on it soon because currently I only have macOS environment where ctrl + left/right are assigned to other functionality. I appreciate if you add new keybindings that...

Thank you for the suggestion. I will consider it.