vscode-change-case icon indicating copy to clipboard operation
vscode-change-case copied to clipboard

Change Case Extension for Visual Studio Code

Results 39 vscode-change-case issues
Sort by recently updated
recently updated
newest added

I can't use this plugin for e.g. TypeScript code, since it merely replaces the text in the file - as opposed to e.g. invoking a rename refactoring. I don't know...

First of all, this plugin is great for renaming stuff! Great work on it! ## Description Like the title says, it would be great if case-insensitive search was added. That...

Type: Bug While running 5 tasks in parallel via Lerna, attempting to save any files (package.json, *.ts, etc) takes an absurdly long time: 15-30s to save a single file. VS...

I often find myself wanting to just copy something in a different case without changing it. One use case is for creating files: suppose I have a value named `HelloController`...

## V. 1.0.0: The commands “Change Case…” remain accessible even if no text editor is active, for example, when the active tab document is a bitmap image. In this case, then...

Thank you for this very useful extension! It would be helpful if this extension included a transformation for generating Pascal case separated by underscores: E.g., `CalculatorShouldCalculateCorrectOutputs` --> ` Calculator_Should_Calculate_Correct_Outputs` I'm...

![image](https://user-images.githubusercontent.com/39626142/215332120-e10fe8d7-9319-4b89-858d-fe60f7407f4f.png)

Type: Bug Crashing vscode after some saves Extension version: 1.0.0 VS Code version: Code 1.74.2 (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-20T10:32:21.587Z) OS version: Darwin arm64 22.1.0 Modes: Sandboxed: No System Info |Item|Value| |---|---| |CPUs|Apple...

Some case transformations (e.g. the _Sentence_, the _Title_ and the _No_), where I would expect that the special characters (e.g. the punctuation) are preserved, are actually stripping them, so their...