Replies: 1 comment 1 reply
-
The proof of concept worked, the code has not been organized and there are several things not working yet, ie the text preserving is hard coded to camel case Some conclusions so far are:
Do you have thoughts about this @peterfication? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inspired by microsoft/vscode#106502
There is a plugin for vscode https://marketplace.visualstudio.com/items?itemName=Cardinal90.multi-cursor-case-preserve
Compared to the existing VsCode solution, if this feature is implemented in text-case.nvim it can use all the supported Text Cases in the plugin.
Replacement considerations
Multicursor considerations
Created a draft to outline the code design: #124
Will update this desc when there are more conclusions to keep track of them
Beta Was this translation helpful? Give feedback.
All reactions