garaemon / vscode-emacs-tab

BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Warning on multiline selection indent #3

Open loicmolinari opened 6 years ago

loicmolinari commented 6 years ago

VSCode emits a warning when indent is triggered on a multiline selection: "Running the contributed command:'emacs-tab.reindentCurrentLine' failed."

matti777 commented 5 years ago

Seeing this too and it is annoying it does not work for a selection.

dbellizzi commented 5 years ago

Looks like it happens on any selection, not just multi-line

aguynamedben commented 2 years ago

Did anybody find a workaround or alternate solution to Emacs-style reindenting? I get a similar behavior... this message:

image

I played with mapping tab to the "Reindent Lines" command and that gets close but not the same—the cursor wont move from the beginning of a line to the first text in the line.