Debugger for MySQL: Autocomplete \ Code completion

Index | Call Stack | Code parameters

The autocomplete option significantly reduces the development time: depending on what piece of code you’re editing now, it automatically pops up a list with code suggestions that suit best of all here, once you pressed the ‘.’ key.

Debugger for MySQL: Autocomplete

This code completion list includes column names or aliases, table names, embedded or user defined functions etc. The suggestion list considers where in the line a cursor is and adjusts its contents according to the situation. Whether you write a SELECT statement or INSERT new lines to a table, or want to perform a JOIN – in either case code completion offers the most appropriate suggestions. Also, as you start typing the first letters of a statement you need, the completion lists filters its contents to meet your intent.

Debugger for MySQL: JOIN Autocomplete

The feature works 100% transparently, just like it does in any other development framework like Visual Studio or Delphi. Conveniently, you can bring up the code completion window manually with the CTRL+SPACE hotkey. To hide the completion list, press the ESC key.

Debugger for MySQL: JOIN condition Autocomplete

Note that the entire autocomplete feature is highly customizable. You can optionally turn off the auto pop up (see Tools->Options\Editor\Automatic features\Code completion), adjust the JOIN and JOIN condition completion, the completion on databases, embedded functions and reserved keywords too.

Latest version

The latest version 1.2.1.1589 has been released on January 10, 2012

Download Debugger for MySQL

News

June 26, 2010
A new article describing the basic principles of how the debugger works is posted.
June 23, 2010
We have released a tutorial that explains how you can install and use Debugger for MySQL under Linux.
May 31, 2010
Debugger for MySQL version 1.2 has been released. What's new.

Testimonials

...About 10min later I had fixed the problem using it's easy to navigate debugging interface.

Partners

MySQL Partner