daniel__
daniel__

Reputation: 11845

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.

Upvotes: 1

Views: 1961

Answers (2)

Bijay Rungta
Bijay Rungta

Reputation: 1010

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?

Upvotes: 1

IAmTimCorey
IAmTimCorey

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

Related Questions