text-case.nvim icon indicating copy to clipboard operation
text-case.nvim copied to clipboard

An all in one plugin for converting text case in Neovim

Results 26 text-case.nvim issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to convert my workflow from VS Code world to Neovim. The following is a regular use-case for me in VS Code: I select a rectangular area of...

**Current Behaviour** ``` áaaa üuuu ñnnn ``` use `gaa` on each line to capitalize the word results in: ``` Aaa Uuu Nnn ``` **Requested Behaviour** ``` Áaaa Üuuu Ñnnn ```...

good first issue

I can't remember a lot of trigger mappings, so adding the feature to loop each case conversion would be great for me. https://github.com/mopp/vim-operator-convert-case/blob/master/doc/operator-convert-case.txt#L95-L96

For text: ``` public Instant getStartTimeAsInstant() { return getMillisecondStringFieldAsInstant(startTime); } ``` If I type `vam:Subs/start/end` nothing happens (am motion selecting method from treesitter, from public to the end brace). If...

Signed-off-by: Chaz Leong

:robot: I have created a release *beep* *boop* --- ## [1.2.0](https://github.com/johmsalas/text-case.nvim/compare/v1.1.0...v1.2.0) (2024-07-04) ### Features * Add start_replacing_command_with_first_part ([0b0afd6](https://github.com/johmsalas/text-case.nvim/commit/0b0afd658abb1a393f7eb103cac75774ed6b0f55)) * **VSCode:** Open the Command Palette instead of Telescope ([#140](https://github.com/johmsalas/text-case.nvim/issues/140)) ([d6f121e](https://github.com/johmsalas/text-case.nvim/commit/d6f121ec471118afb4fc7ed8cafb08eef3e9b307)) ###...

autorelease: pending

![2024-02-23 at 10 57 27 - Scarlet Albatross](https://github.com/johmsalas/text-case.nvim/assets/1625373/2a8bb13c-f178-437c-9840-e96103d8db2a)

I thought these might be a useful addition to the default keymaps as well: - `to_title_case` - `to_dot_case` - `to_path_case` Feel free to use this PR to add default keymaps...

Hello! Thanks for your hard work! I have been delighted to find your plugin as a contemporary solution for working with cases. Unfortunately, it doesn't have some of the features...

I noticed [coerce.nvim](https://github.com/gregorias/coerce.nvim) today in [awesome-neovim](https://github.com/rockerBOO/awesome-neovim/commits/main/). It has support for custom cases, would it be possible to get them in [text-case.nvim](https://github.com/johmsalas/text-case.nvim)?