vscode-string-manipulation icon indicating copy to clipboard operation
vscode-string-manipulation copied to clipboard

VSCode extension to add common string manipulation

Results 11 vscode-string-manipulation issues
Sort by recently updated
recently updated
newest added

Is it me or there is no options to change all letters to Uppercase or Lowercase?

![grafik](https://github.com/marclipovsky/vscode-string-manipulation/assets/2248202/a25427ec-8bb5-46a8-baa2-d8c137c43232) ![grafik](https://github.com/marclipovsky/vscode-string-manipulation/assets/2248202/fb3bb170-c317-4047-abf5-791aacf0063b) The selection over parts of multiple lines does not count as single selection to use with "Sequence all numbers". Would be a great update that would make this...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

The ability to convert `'` characters to `"` and vice versa would be very nice!

enhancement

when selecting a floating point number and run the command `increment` it behaves wrong: **before:** ``` 1.2 ``` **after:** ``` 2.3 ```

enhancement

None of the commands requiring an extra numeric parameter work. After entering the number nothing happens. Similar to the old closed issue #21. String Manipulation v0.5.6 VS Code 1.67.2 Windows...

bug

When you select all the strings you want to convert, and right click, it would be great to also show an example of what the conversion does. Often times, we...

First off, thanks for making this extension. It's super helpful. This change improves the multiselect support for the sequence command by making it more consistent with [IntelliJ's String Manipulation plugin](https://plugins.jetbrains.com/plugin/2162-string-manipulation)....