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
textDocument/semanticTokens has an async modifier which can be used to distinguish def f(): ... from async def f(): .... How hard would it be to support async functions in textDocument/documentSymbols and textDocument/completion as well?