APerricone / harbourCodeExtension

Antonino Perricone's extension for visual studio code about Harbour and xHarbour programming languages
32 stars 20 forks source link

Quick help for standard procedure/function #92

Closed ryzhovalexandr closed 1 year ago

ryzhovalexandr commented 1 year ago

There are several doc sites, where I read information about standard functions of Harbour, f.e. https://harbour.github.io/doc/ https://harbour.wiki/index.asp?page=PublicHarbourAPIExplorer It would be great if I can navigate this information in VSCode by hotkey, or tip by mouse

APerricone commented 1 year ago

Hello, it is already present, on my configuration is on CTRL+SPACE

ryzhovalexandr commented 1 year ago

is it undocumented feature? or I have missed it? Ctrl + Space for me is working slightly different, it tries to help me choose the appropriate function. It useful, but how can I see description of this function and its parameters? image

ryzhovalexandr commented 1 year ago

I've found what I was looking for. While cursour into the brackets I pressed Ctrl+Shift+Space and see the description image