Alternative IDE for VB6 and VBA [closed]

2019-01-16 03:16发布

I've been spoiled by Visual studio 2008 and Eclipse and have to do a little maintainence work on a VB6 app.

Does anyone know of an alternative/ updated IDE for VB6?

A rewrite is not an option I'm just fixing a couple of bugs and it's a big codebase.

标签: vba vb6 ide vbe
8条回答
不美不萌又怎样
2楼-- · 2019-01-16 03:53

I have never heard of an alternative IDE for Vb6. However, these two (free) VB6 add-ins are indispensable and will make your life easier - especially if there is a lot of code. They are equally effective for VBA in Microsoft Office.

MZ-Tools: provides a superb collection of IDE tools - finding unused variables, unused methods, a great "search all", code snippets. Written by Carlos J. Quintero, to whom I now owe hours and hours of time.

http://www.mztools.com/v3/mztools3.aspx

And SmartIndenter, which takes care of all the auto-indenting. It does one thing and it does it well.

http://www.oaltd.co.uk/Indenter/Default.htm

Screencap of MZ-Tools Menu

查看更多
可以哭但决不认输i
3楼-- · 2019-01-16 03:55

CodeHelp Add-In 2.2 Amazing VB6 plugin to help organize and coding.

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=62468&lngWId=1

enter image description here

查看更多
登录 后发表回答