views:

855

answers:

8

What is the best editor for Autohotkey with regards to syntax hightlighting, command completion (intellisense), testing etc.

I am doing a bit of Autohotkey programming, and being spoiled rotten by Visual Studio, I really miss these features - especially being new to the language/framework.

+3  A: 

I'm using PsPad 4.5.3 (freeware), it supports AutoHotkey syntax highlighting, command completion, etc. The only feature I missed is code-folding, but for AutoHotkey scripts it doesn't seems to be a big problem.


(added)

Switched from PsPad to Sublimetext, a powerful editor with a lot of features (minimalist interface, multiple selection, mini-map, scriptable with Python, TextMate compatibility for highlighters and themes, etc)

PabloG
+1  A: 

Steep learning curve but Emacs has an AHK mode.

+1  A: 

I have just discovered that the free editor Notepad++ has an AutoIt syntax highlighting mode that seems to support AutoHotKey syntax.

To use it, I just opened my .ahk file in Notepad++, then selected Language->A->AutoIt.

Clare Macrae
A: 

Also SciTE, but I am a bit partial about this one... :)

PhiLho
A: 

I vote SciTE4AutoHotkey. It's the closest thing to an actual IDE for Autohotkey.

A: 

Switched from PsPad to Sublimetext, a powerful editor with a lot of features (minimalist interface, multiple selection, mini-map, scriptable with Python, TextMate compatibility for highlighters and themes, etc)

PabloG
A: 

A good editor to get started with would be SciTE4AutoHotkey

http://www.autohotkey.net/~fincs/SciTE4AutoHotkey_2/web/

To search for different types of scripts that you could use...

Go to the Sticky: Catalogue of scripts and Rosetta Code challenges at the Scripts & Functions section of the AutoHotkey forum.

Zenjin