I would like to use Emacs to edit some VB6 files but Emacs does not appear to have any of built-in niceties of other languages such as syntax highlighting, etc.
我想使用Emacs编辑一些VB6文件,但Emacs似乎没有任何其他语言的内置细节,如语法高亮等。
Any plugins/extensions? What else can I do to make Emacs an acceptable and comfortable IDE for VB?
任何插件/扩展?我还能做些什么来使Emacs成为一个可接受且舒适的VB IDE?
3 个解决方案
#1
8
Visual Basic mode
Visual Basic模式
http://www.emacswiki.org/cgi-bin/wiki/visual-basic-mode.el
edit: after installing this script (see script for instructions) syntax highlighting can be toggled via the options menu -- emacs calls it 'font-lock' :)
编辑:安装此脚本后(请参阅脚本获取说明)语法突出显示可以通过选项菜单切换 - emacs称之为'font-lock':)
#2
#1
8
Visual Basic mode
Visual Basic模式
http://www.emacswiki.org/cgi-bin/wiki/visual-basic-mode.el
edit: after installing this script (see script for instructions) syntax highlighting can be toggled via the options menu -- emacs calls it 'font-lock' :)
编辑:安装此脚本后(请参阅脚本获取说明)语法突出显示可以通过选项菜单切换 - emacs称之为'font-lock':)