Intelisense for AutoHotKey
Download Report Issue

Overview
This is command completition and parameter tracking script for AutoHotKey language. It is made to help you edit your code faster, to locate exact parameter position with complex commands (like InputBox), and generaly, provide you help with AutoHotKey without ever leaving your editor.
Features
[*:3iar4dxf]Works in every place having keyboard input and generaly can be made to work with any editor around.
[*:3iar4dxf] Info window that contains all commands, AHK and user functions that start with currently typed word part.
[*:3iar4dxf] ActiveGoTo integration (F1)
[*:3iar4dxf] Parameter display and tracking.
[*:3iar4dxf]Full help on last typed command.
[*:3iar4dxf]Works on already typed sentences.
[*:3iar4dxf]Every aspect of script is customizable (colors, transparency, hotkeys ...)
Usage
To make ISense monitoring your input, title of your editor window must have word ".ahk" somewhere and you must press SPACE, TAB or ENTER. After typing 3 letters Info window will be shown. It contains AHK commands starting with letters you typed. If you continue to type Info window will repopulate commands in the list based on the last letters you typed. The list will be returned to previous state when you delete charachters.
While Info window is visible, use arrows, pgup, pgdn, home & end to select the desired command. Press TAB or COMMA, or CLICK to evaluate the selection. If you don't select anything first command in the Info window will be evaluated.
After evaluation the script will change mode to parameter tracking. Current parameter will be shown bold.
To show full help for current command press press CTRL SPACE while tooltip is visible. You can scroll help using arrows, pgup, pgdn, home & end.
To cancel any ISense window at any moment pres ESC, or move around the code.
You can also press CTRL SPACE on any part of any line. ISense will grab that line and try to locate the AHK command and parameter at cursor position. This procedure is editor specific so if it doesn't work with your editor, choose different method or write your own.
Notes
[*:3iar4dxf] Some editors have custom controls for text editing so some function may not work correctly or not work at all.
[*:3iar4dxf] Before asking for help, make sure you read everything correctly and tried it enough number of times. If you don't get any answer from us, that means that you didn't do something correctly. If you think you found a bug, go to issues section and describe how we can reproduce it for sure leaving enough information about it (editors version, operating system, scenario)[/list]


Hiistory
1.5.3
- SVN and homepage. See about box.
- Methods are now automatic. Isense automaticaly chooses method based on the editor you run atm (freakkk)
- Added AHK and user functions (freakkk)
- ActiveGoTo integration (thx Rajat)
1.5
- IE dll removed and now ISense use IE COM control created by Sean. This magicaly removed all bugs that were present so far, at least from what I can see from first several tests.
1.3 b1
- Setup dialog redesigned and new options added:
- option for title to be monitored (was hardcoded to .ahk)
- option for number of number of letters to type for Info window (was hardcoded to 3)
- options for Help windows dimensions (was hardcoded to 600x400)
- options for fontSize (new)
- better color handling for Tooltip
- all options are instant (no restart required for any of them)
- context sensitive help
- New hotkey CTLL ENTER - zoom help window full screen (works while help window is visible)
1.1
- Added methods for different editors
CONFIRMED EDITORS
Notepad, SciTE, Notepad++, EmEditor, Programers Notepad, PSPad, Notepad2, Crimson, Metapad, EditPlus, ConTEXT, UltraEdit-32, SynPlus, Syn
PARTIALY WORKING
ViM
To Do
[*:3iar4dxf] Functions from includes and user variable completition
[*:3iar4dxf] Language independence ....




