exists any autocomplete software for mysql?
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.
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.
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?
精彩评论