views:

215

answers:

4

Hello, i've looking for an IDE for MySQL with intellisense, which would help a lot. Any suggestions? Thanks!

A: 

By "intellisense," I take it you mean auto-completion. There are plenty of MySQL GUI clients available. Some cost money and some are free. I am pretty sure that Navicat has code completion. You might also look at HeidiSQL.

Abinadi
A: 

RazorSQL SQL Editor and Query Tool. Has auto table and column completion, etc.

Ahmad
A: 

By far, the best editor I've found for mysql is SqlYog.

There is a community version, though it is hard to find on the site, of course.

http://www.webyog.com/en/

Data Monk
A: 

MySQL Debugger features a code editor with an good implementation of
the autocomplete function and code parameters.

George