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've faced with issue that did't allow to compile typescript files in order to publish extension to [Open VSX](https://open-vsx.org/) registry due to issue during compilation. I've upgraded TypeScript to v4.1.3...

My "problem" is: I type a word, press alt-t to capitalize, then I cannot just continue typing because if I do the whole word is deleted. It just requires a...

If I select a block of text and use change case sentence, it strips all punctuation and capitalizes the first word of each code line. It should respect punctuation and...

I use the "Change Case title" function a lot, but it always strips characters like periods, hyphens, quotes, or spaces if they exist as the first or last characters in...

![image](https://user-images.githubusercontent.com/28128450/74035132-a5290c00-49f4-11ea-8795-a29f32b9cad3.png) selecting `fizz_buzz` and `foo_bar`, then using `Change Case constant ` expect result: ![image](https://user-images.githubusercontent.com/28128450/74035968-511f2700-49f6-11ea-9a76-c168d1a913ac.png) but for real: ![image](https://user-images.githubusercontent.com/28128450/74035684-b32b5c80-49f5-11ea-83aa-f6bfe097c62e.png)

Hi dude, can you please include a camel case conversion keeping char between words? From p_xyz_abc To P_Xwz_Abc cheers

Does this plug-in software can be integrated to the right mouse pop-up menu ?

It is often not desirable to change the text inside a string when changing the case of the rest of the code. For example, consider the following PL/SQL code: `DISPLAY_GREETING...