codethereforam / intellij-sql-alias-camel-plugin

JetBrains IDE插件 - 给SQL查询语句字段添加驼峰别名

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intellij-sql-alias-camel-plugin

修改自intellij官方示例intellij-sdk-docs 中的editor_basics

功能

给SQL查询语句字段添加驼峰别名,右键选中的文本,点击sql alias CamelCase,可以将“foo_bar, b.foo_foo_bar”转换"foo_bar fooBar, b.foo_foo_bar fooFooBar”

安装

releases页面下载zip包,IDEA中file -> setting -> plugins -> install plugin from disk... -> 选择下载的zip包

About

JetBrains IDE插件 - 给SQL查询语句字段添加驼峰别名

License:Apache License 2.0


Languages

Language:Java 100.0%