stef-levesque / vscode-autohotkey

AutoHotkey language support for VS Code
MIT License
96 stars 23 forks source link

Added support for switch case and fixed 3 snippets bug #24

Closed iammael closed 4 years ago

iammael commented 4 years ago

Snippets .Read(), .ReadLine() and .WriteLine() were missing the dot.

Line "File.WriteLine()" currently gives "FileWriteLine()"