From 4c40e9c8f58f60d8190aac36c124aadb51a202e7 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sun, 1 Sep 2024 13:35:47 -0700 Subject: [PATCH] update readme --- readme.md | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/readme.md b/readme.md index a3e130a..a61569a 100644 --- a/readme.md +++ b/readme.md @@ -1,37 +1,36 @@
-

AHK++

-

Full language support for AHK v1 and AHK v2

+

AHK++

+

Full language support for AHK v1 and AHK v2

+
-- IntelliSense -- syntax highlighting -- debug support -- formatting -- quick help -- ...and more! - ## Install Install from VS Code or install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus). -## AHK v2 full support in pre-release! - -AutoHotkey v2 support has been a [long-requested feature](https://github.com/mark-wiemer-org/ahkpp/issues/96), and v5.0.0 supports many key features. The latest [๐Ÿงช pre-release version](https://code.visualstudio.com/updates/v1_63#_pre-release-extensions), v5.1.0, adds full v2 support! +## AHK v2 full support is here! -Supported features include: +AHK++ 6 now incorporates [AutoHotkey v2 Language Support by thqby](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp), meaning full AHK v2 support: - Running and debugging v1 and v2 scripts without changing settings - Full syntax highlighting for v2 scripts -- "Open help" (Ctrl + F1) opens language-specific help (and includes your text selection!) +- "Open help" (Ctrl + F1) opens language-specific help (and includes your text selection) - Unique icons for v1 (blue) and v2 (green) -- Rich IntelliSense support with snippets and hover text (๐Ÿงช pre-release only) -- Formatting files (๐Ÿงช pre-release only) +- Rich IntelliSense support with snippets, hover text, and suggestions +- Formatting files with many customized options -For known issues, see [the changelog](./Changelog.md) +For all changes, see [the changelog](./Changelog.md) -Please [๐Ÿ› report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose), it helps bring full v2 support to the release version faster ๐Ÿง‘โ€๐Ÿ’ป +As always, please [๐Ÿ› report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose) -๐Ÿ’š Special thanks to [thqby](https://github.com/thqby), as this would not have been possible without thqby's open-source [AutoHotkey v2 Language Support](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp)! +๐Ÿ’š Special thanks again to [thqby](https://github.com/thqby), as this would not have been possible without thqby's open-source [AutoHotkey v2 Language Support](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp)! ## Why AutoHotkey Plus Plus?