QB64Official / vscode

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

F12 on a label doesn't go to the label #118

Closed LordDurus closed 1 year ago

LordDurus commented 1 year ago

when pressing F12 on gosub linelabel

VS code does not navigate to the label

LordDurus commented 1 year ago

There problem were 2 issues

  1. The case being different than the line label.
  2. White space in front of the label was causing it to not be found.