camelcaseplugin
camelcaseplugin copied to clipboard
【功能建议】希望可以通过单词位置来优先转换
例如:
- 在HTML中
<div class="t-body">,class属性内优先转换kebab-case - 在Java参数内
void updateEnabledTemplateVerIdById(Long id, Long enabledTemplateVerId);,enabledTemplateVerId参数可优先转换camelCase - 在
.css文件中,优先转换kebab-case
Sounds like a good idea, I'm happy to accepts any PRs 😄
@johannespfeiffer 我尝试构建项目,但是无法完成构建,是不是没有上传build.gradle.kts配置文件?
i have the same scence. Could we add a config file which decide use different converted case way.