vote up 4 vote down star
1

I currently use notepad++ for writing/editing VBScipts, but I am looking for something new (and also free). Anybody have a favorite?

I don't have a problem with notepad++; in fact I really like it and I use it a lot, I just want to see what other options are available. I would like to find something that has more of an IDE feel to it, but also supports multiple languages.

Edit:
I guess I underestimated notepad++, or I just want too much for nothing, either way I will be sticking with notepad++.

flag

You should state why Notepad++ isn't satisfying you to get better advices. – PhiLho Dec 12 '08 at 22:22
Yeah, I clicked this thread, expecting to answer "Notepad++"... what's not working for you in Notepad++? – Jacob Dec 12 '08 at 22:33

20 Answers

vote up 4 vote down check

I'm a huge fan of Notepad++. I have a couple of issues with it, but it's a great editor overall.

I've been looking at emacs for a while, but haven't yet taken the plunge.

link|flag
I always do Option Explicit of course, and with Notepad ++ you can quickly highlight a variable and it highlights all of them. So if you don't see one of your variables highlighted it means you had a typo. Small feature but helps a lot. I used to use notepad. =) – Cj Anderson Feb 7 at 15:37
vote up 0 vote down

I use an updated version of Exescript - ExeScript Pro. All modern features: intellisense, com code completion, debug, COM browser and helper, WMI suport, Powershell, Bat, VBS, JS, HTA, a lot of samples and of course - native compilation to EXE!

link|flag
vote up 0 vote down

I love Vbsedit, it makes my daily scripting tasks so much easier.

link|flag
vote up 0 vote down

I use ExeScript VBScript Editor It allowing to edit, compile and debug scripts, search and apply COM objects.

link|flag
vote up -1 vote down

I use Vim. It has syntax highlighting for almost anything. Anyone familiar with vi from *nix will be right at home.

link|flag
I am a huge vim fan, however what does vim have to offer VBScript users? – jJack Nov 4 at 22:27
vote up 0 vote down

Notepad++ is the best free script editor I have encountered (so far).

But if you do a lot of VB scripting, VBSEdit (~$75) is hard to beat. Ability to drop in code snippets at the click of a menu button as well as tons of scripting examples. Has a slick interface including object reference but only designed for vbscript.

XLNow OnScirpt (~$60) handles a few more scripting languages and code snippets and quite a few examples. The interface also includes an object reference but is a little clunky (IMHO).

link|flag
vote up 0 vote down

PrimalScript is a brilliant script editor that handles VBScript, WSH, PowerShell, HTA and others. It's not free but if you do a lot of scripting it might make a world of a difference.

link|flag
vote up 0 vote down

I haven't seen anyone suggesting E - TextEditor so I will put it out there. I started out with NotePad++ but after trying E I haven't gone back. My specific reasons for switching is the template support for different files, the theme (coloring) capabilities, the tab bar, and the snippet support...

link|flag
vote up 0 vote down

VBsEdit and vim, depends on the size of the script.

link|flag
vote up 0 vote down

I currently use notepad++ for writing/editing VBScipts.

link|flag
vote up 0 vote down

GridinSoft Notepad Lite is my favorite for writing/editing VBScipts. Freeware.

link|flag
vote up 0 vote down

I like emacs with visual-basic-mode. As others have mentioned Notepad++ is also quite good.

link|flag
vote up 0 vote down

I use PSPad which support handful of languages including vbs, and is also decent editor. worth checking it out.

link|flag
vote up 2 vote down

Visual Studio would be my favorite VBScript editor, where there are express editions if you want to try out a free version. Course I have been using VS from 6.0 to 2008 with a few versions inbetween.

link|flag
vote up 0 vote down

I currently use AdminScriptEditor, which has just about all of the features of Primal Script at a fraction of the cost. In my past life I used Microsoft Script Editor which is bundled in every version of Office 200 and 2003 (maybe even 2007, but I'm not sure). MSE is meant for web debugging but it does a decent job for doing syntax highlighting and hta/html support. Although now that I think of it, you could probably get the same benefits of MSE in the Web Express version of Visual Studio, which is free.

link|flag
vote up 1 vote down

GVim (vi) for me.

link|flag
vote up 2 vote down

I use SciTE, with a customized properties file for autocomplete, intellisense and running scripts.

link|flag
Any chance you might post the customized properties file? Or a link to one? – MarkJ May 14 at 14:25
Well Mark, looks like we have to learn to make our own... – jJack Nov 5 at 19:22
vote up 0 vote down

I still use Crimson Editor. It's pretty cool, specially if you create a custom "user tool" that call wscript.exe with a key stroke.

link|flag
vote up 1 vote down

Excel isn't free, but in case you already have it...

If you want intellisense, you can use the Excel macro editor (aka VBE) and export the modules to .vbs files. It's not a great editor and hasn't been updated in over a decade. But, the intellisense still makes it better than most text editors.

link|flag
vote up 0 vote down

I used to use UltraEdit-32 back in the day - sadly it's no longer free but when I was using it I found it useful enough that I wouldn't quibble at the $35.00 fee now.

I've heard good things about SciTE which free. It's based on a Linux editor Scintilla. There's a Windows version found at: http://www.scintilla.org/SciTE.html

Allegedly (though I'm relaying 2nd hand info here so don't hold me to it), it supports intellisense as well as your usual syntax highlighting and code collapsing. I'm not sure if it supports breakpoints and debugging though.

I've been trialing the latest version of PrimalScript which one of my friends recommended to me that I find outstanding, it supports all sorts of neat features - intellisense, . I'm just waiting to find out if the company is going to shell out for it. It's not cheap either though at $279.00. I'd say this app is well worth shelling out for. It supports full script debugging, intellisense, syntax highlighting - the whole caboodle. It also works for a whole bunch of languages, not just VBScript... it does JavaScript, batch files, PowerShell, SQL scripts, the lot. It's a full IDE, not really usable as a replacement for something like Visual Studio but for most single script/file applications, I don't think it can be beat.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.