camelcaseplugin icon indicating copy to clipboard operation
camelcaseplugin copied to clipboard

CamelCasePlugin for IDEA IDEs

Results 16 camelcaseplugin issues
Sort by recently updated
recently updated
newest added

Optimization Suggestion: If the variable name is changed manually after the plug-in is used to modify the variable, there is a probability that two underscores will appear when the plug-in...

Hi team, Can you support to add a new feature to plugin? Camel case setting: Remove these characters when convert: , @, . If this setting is enable: Remove characters...

例如: 1. 在HTML中``,`class`属性内优先转换`kebab-case` 2. 在Java参数内`void updateEnabledTemplateVerIdById(Long id, Long enabledTemplateVerId);`,`enabledTemplateVerId`参数可优先转换`camelCase` 3. 在`.css`文件中,优先转换`kebab-case`

The configuration of each project is independent, so I have to add the same configuration for each project. ![image](https://github.com/netnexus/camelcaseplugin/assets/52403435/f086e530-b9d4-4e28-977c-c6188266750e) ![image](https://github.com/netnexus/camelcaseplugin/assets/52403435/b2baf094-30c4-4f5c-9853-858bffa6b8d6)

First of all, thank for a great plugin! When I modified config, a `CamelCaseConfigNew.xml` file has been created in my project `.idea` directory. I can add it to .gitignore, but...

Hi, I found a problem this type cannot be converted "t_type_path" not to "tTypePath"

Chinese 中文:您好,Idea 2022.3 版本的配置在哪里?我找不到可以修改的位置。 English:Hello, where is the configuration of Idea 2022.3 version? I can't find a place where I can change it.

If have configured the plugin to only switch between CamelCase and snake_case. Now if Ih ave something like "Word" it will not be converted to anything. My expectations would be...

Case change operation switches case individually for each selection if selected using column selection mode. For instance, if I have multiple inputs in different cases: ``` test testCamel test_snake ```...

![image](https://user-images.githubusercontent.com/41162158/174049345-ccd03f95-8ed3-4732-a6a2-5a1b7f828414.png) 由于我用不到图中这两项,所以我想取消他们,但是无法完成保存,重启IDE后会恢复为默认配置