Merge pull request #288 from dotiful/patch-2

Add AutoHotkey section
This commit is contained in:
Valerii Iatsko 2020-02-19 19:59:57 +01:00 committed by GitHub
commit b611480ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Using VS Code with particular technologies](#using-vs-code-with-particular-technologies)
- [Lint and IntelliSense](#lint-and-intellisense)
- [1C](#1c)
- [AutoHotkey](#AutoHotkey)
- [Bash](#bash)
- [Bash IDE](#bash-ide)
- [Bash Debug](#bash-debug)
@ -286,6 +287,19 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=1c-syntax.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang
## AutoHotkey
### [AutoHotkey](https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-autohotkey)
> Language support. Syntax Highlighting, Comments and Snippets
### [AutoHotkey++](https://marketplace.visualstudio.com/items?itemName=vinnyjames.vscode-autohotkey-vj)
> Go to Definition, Signature helper and Code formatter
### [AutoHotkey Manager](https://marketplace.visualstudio.com/items?itemName=Denis-net.vscode-ahk-manager)
> All you need to develop ahk scripts. Extension for interacting with ahk executables
![AutoHotkey Manager](https://raw.githubusercontent.com/Denis-net/vscode-ahk-manager/master/media/vs-ahk-manager.gif)
## Bash
### [Bash IDE](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode)