Question

Is there any SQL editor that supports syntax highlighting, automatic code formatting and code folding? I found this, but it's an Eclipse plugin (I'm a NetBeans user), and cannot automatically format code, which is the most important feature I'm after.

Autocompletion is not important, nor is the possibility of running the code (like the SQL editor in NetBeans).

Edit: I'm sorry for not specifying, I'm looking for Linux or even web-based software.

Was it helpful?

Solution

SQuirreL ticks a lot of your boxes, and has formatting and other plugins and runs on Linux

I'd give it a try at least

OTHER TIPS

Programmers Notepad is a nice little application.

Use VIM.

See this link on how to set it up:

http://www.faqs.org/docs/Linux-HOWTO/Vim-HOWTO.html

Take a look at QweryBuilder. It supports syntax highlighting, automatic code formatting, code folding and auto completion.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top