to-go-struct-intellij-plugin
to-go-struct-intellij-plugin copied to clipboard
希望能增加对mysql语句中COMMENT关键字的识别
希望能提取出mysql语句中的COMMENT关键字内容,作为一个参数能够赋值到tag模板中.
比如mysql语句片段为
d1_bp DECIMAL(7,4) NOT NULL DEFAULT 0.0 COMMENT '涨跌基点数',
能提取出"涨跌基点数"作为%s2或其它通配符, 插入到tag模板中
json:"%s" stbl:"%s" desc:"%s2"
最终生成的结构体tag为
json:"d1_bp" stbl:"d1_bp" desc:"涨跌基点数"
Supported with https://github.com/liuhao2050/to-go-struct-intellij-plugin/commit/087e7ab4d8ae24eab35137af91e9c408dcd4afa1