CoffeeChaton / vscode-autohotkey-NekoHelp-Old

my style
Other
9 stars 0 forks source link

Feature request: Hover function name ballon clickable. #10

Closed marius-sucan closed 1 year ago

marius-sucan commented 1 year ago

Hello!

This is awesome. Is it possible to have the hover ballon clickable, for function names/calls? I do not like pressing F12 , I prefer clicking on the ballon.

Best regards, Marius.

CoffeeChaton commented 1 year ago

img

like this?

CoffeeChaton commented 1 year ago

good idea! I can read code with only one hand while I eat breakfast

CoffeeChaton commented 1 year ago

https://user-images.githubusercontent.com/63182963/213970546-48582107-1d6a-49fe-86d8-3424ff266a84.mp4

Snipaste_2023-01-23_13-19-49

After finishing the light bulb(mp4), I found that the right-click menu provides it....

marius-sucan commented 1 year ago

Just keep the light bulb!

CoffeeChaton commented 1 year ago

settings.json

{
    "AhkNekoHelp.customize.CodeAction2GotoDefRef": true,
}

img