You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save the snippet below, set breakpoint at bar() and then run it (not in debug mode).
Attach debugger.
Try to go to definition for bar or foo. ctrl-click is not working and go to definition is not present in context menu.
If you hover over variable it says use 'Alt' to show editor language tooltip but it's not working.
Syntax highlight itself looks weirdly - apparently the problem is that symbols are not recognizes as such and modules / methods / functions appear just as white, making it harder to read.