Which is the best AutoHotkey editor for you (2021) | You just may be surprised!

preview_player
Показать описание
In this video I walk through some of the Best AutoHotkey editors. Finding the best AutoHotkey editor for you is really important! There are a lot of AutoHotkey Editors / IDEs (Integrated Development Environment) out there but which one is right for you? Which AHK editor is best for your knowledge level and ahk usage?

The correct AutoHotkey IDE really depends on your Level of programming? Are you a Noob?  Do you program in other languages or excursively AutoHotkey? I discuss AHK Studio, SciTE4AutoHotkey, Notepadd++, Sublime, Visual Studio for ahk, QuickCodeTester Atom for ahk, and others.

Рекомендации по теме
Комментарии
Автор

I started with the standard AHK and got used to AHK Stuido due to your videos. Writing makes it so simple and confortable. I just started expanding my script with multiple imports so it's easyer to edit things, bug fixes and much more. I would love to see more people using ahk

Duesi
Автор

I'm Noob and my choice is Visual Studio Code :)

AlexandrShpv
Автор

I have always used scite, I have used AHK Studio and I like project organization for working on big scripts with multiple imports.
Would you recommend to switch?
I am mostly fine with scite.

elModo
Автор

As I don't need a lot of the more advanced functionality, I prefer GeekDude's CodeQuickTester. Having started programming in notepad, I like that it's added functionality is not overwhelming and it...lets you test your code quickly. Works as advertised!

Epishader
Автор

Hi Joe! Greetings from Croatia, thanks for these videos

hamletrex
Автор

Can ahk studio open more than one file at a time, like split window for easy copy and paste?

genmce
Автор

Can I have multiple tabs or files open in ahk studio? Like for copying from one script to another, or comparing.
What I like about ahk studio
- how the intellisense implementation shows which section of the command you are currently in (it's hard to keep trackof all the commas.
- the comment creator, love that!
I really want to be able to edit files side by side - I used to do that in notepad ++.

I tried VS code and liked it, however, when I made edits outside of vscode with ahk studio - the next time I opened vscode to edit I was faced with conflicting files... ugh... and I didn't know how to resolve the conflicts using vscode - wasted 45 mins.... yuck.

genmce