有没有mysql的自动补全软件?
我正在寻找一个允许自动完成 mysql 代码的软件或插件,
例如我编写SEL
,程序建议SELECT
。
类似于eclipse中的java自动完成功能。
mysql工作台中存在该选项吗?我按了 ctrl+space 但框中没有出现任何建议。
I am looking for a software or plugin that's permits a auto-complete for mysql code
For example i write SEL
and the program suggests SELECT
.
Something similar to the java auto-complete in eclipse.
In the mysql workbench exists that option? i did ctrl+space but no suggestions appears in the box.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信您正在寻找的是这样的:
http://www.taurensys.com/index.html
它不是免费的(150 美元),但它似乎完全符合您的要求。
I believe what you are looking for is something like this:
http://www.taurensys.com/index.html
It isn't free ($150) but it seems to do exactly what you are asking for.
您可以使用 HeidiSQL
http://www.heidisql.com/
也可以建议除 MySQL 关键字外的表名称和字段名称。
MySQL Workbench 中尚不提供自动建议功能。
似乎它计划用于 MySQL Workbench 版本 6。
请参阅 MySQL Workbench 自动完成功能是否有效?
You can use HeidiSQL
http://www.heidisql.com/
It also suggests Table names and field names apart from MySQL Keywords.
The Auto Suggest feature is not available in MySQL Workbench yet.
Seems Its planned for MySQL Workbench version 6.
See Does MySQL Workbench autocomplete work?