Yuichiro Tachibana (Tsuchiya)
Yuichiro Tachibana (Tsuchiya)
@samwagg Sorry for long-delayed reply. > I would be happy to open a PR for this if desired. Can you please do it if you are still available?
mm, all you said is right. It would be useful, but difficult to implement due to the hardcoded delimiters... I will consider how to do it. If necessary, forking and...
Thank you for reporting. Can you show me the details of your environment? For example, if using VSCode on macOS, you can see the summary from the menu item "Code"...
https://github.com/whitphx/vscode-emacs-mcx#emacs-mcxusemetaprefixmaccmd ?
Ah, right. That's my misinterpretation. Currently it's not supported. It is technically possible to add it, but I don't want to add non-standard functionality easily ([`option` and `command` as META...
Thank you for the suggestion. I will investigate how to implement it.
* `ReindentSelectedLines` impl: https://github.com/microsoft/vscode/blob/94c9ea46838a9a619aeafb7e8afd1170c967bb55/src/vs/editor/contrib/indentation/indentation.ts#L326-L375 * Indent operation generation: https://github.com/microsoft/vscode/blob/94c9ea46838a9a619aeafb7e8afd1170c967bb55/src/vs/editor/contrib/indentation/indentation.ts#L27-L137 * This looks so complicated...
This extension may help: https://marketplace.visualstudio.com/items?itemName=sakapoko.vscode-emacs-indent
I see, yes, probably making stlite run on the main thread instead of the worker is possible, so I would like to keep the discussion. However, it is not much...
> The only way I could find is to write a custom component to do these stuff, That's true. I don't think it's a hack, but a "standard" way of...