thqby / vscode-autohotkey2-lsp

Autohotkey v2 Language Support using vscode-lsp.
https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp
GNU Lesser General Public License v3.0
210 stars 21 forks source link

[Feature Request] Provide link to official doc when hover. #515

Closed Norlandz closed 4 months ago

Norlandz commented 4 months ago

Provide link to official doc when hover.

eg: For ahk v1, AutoHotkey NekoHelp can do this: Code-20240511_1417_27876

fade2gray commented 4 months ago

Click Ctrl+F1 whilst hovering.

Norlandz commented 4 months ago

@fade2gray

Click Ctrl+F1 whilst hovering.

(Sorry I didnt know that. Thanks!)


To clarify, it should be:

  1. move your Caret to the function (not just hover your mouse cursor)
  2. press Ctrl+F1

fade2gray commented 4 months ago

If the caret is on an empty line - works by just hovering - but yeah. 😉