Reputation: 11845
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.
Upvotes: 1
Views: 1961
Reputation: 1010
You can use HeidiSQL
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?
Upvotes: 1
Reputation: 16757
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.
Upvotes: 1