SQL 代码编辑器,具有语法高亮、自动格式化和代码折叠功能
有没有支持语法高亮、自动代码格式化和代码折叠的SQL编辑器?我找到了 这个,但它是一个 Eclipse 插件(我是 NetBeans 用户),并且无法自动格式化代码,这是我追求的最重要的功能。
自动完成并不重要,运行代码的可能性也不重要(如 NetBeans 中的 SQL 编辑器)。
编辑:很抱歉没有具体说明,我正在寻找 Linux 甚至基于网络的软件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
SQuirreL 满足您的很多需求,并且具有格式化和其他插件并在Linux上运行
我至少会尝试一下
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
程序员记事本是一个不错的小应用程序。
Programmers Notepad is a nice little application.
在线 SQL 格式化程序 http://sqlserverlearner.com/online-tools/tsql-code-formatter< /a>
Online SQL Formater http://sqlserverlearner.com/online-tools/tsql-code-formatter
使用 VIM。
有关如何设置的信息,请参阅此链接:
http://www. faqs.org/docs/Linux-HOWTO/Vim-HOWTO.html
Use VIM.
See this link on how to set it up:
http://www.faqs.org/docs/Linux-HOWTO/Vim-HOWTO.html
看看QweryBuilder。它支持语法高亮、自动代码格式化、代码折叠和自动完成。
Take a look at QweryBuilder. It supports syntax highlighting, automatic code formatting, code folding and auto completion.