QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
14 stars 3 forks source link

Adding option `isClickKeywordHelpFileEnabled` #137

Closed grymmjack closed 3 months ago

grymmjack commented 3 months ago

This adds a new config option for: Enable online help if offline help is not found when CTRL/ALT+Click

If it is disabled, it will ignore CTRL/ALT + Left Click to open help.

F1 to open help will still continue to work, and is not impacted. image