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
Version 6.1.0
### New features
The `globalCompletion` completion source (included in the language support returned from `python()`) completes standard Python globals and keywords.
Export a `localCompletionSource` function that completes locally defined variables. Included in the support extensions returned from `python()`.