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
Assume that no type named Foo exists in the current project, and assume the current file.
exportletx: Foo;x./**/
When requesting completions at /**/, we should consider giving a list of identifiers in the current file, similar to what we do for any in JavaScript files. This contrived example isn't great, but when opening a larger file, this could be helpful.
Assume that no type named
Foo
exists in the current project, and assume the current file.When requesting completions at
/**/
, we should consider giving a list of identifiers in the current file, similar to what we do forany
in JavaScript files. This contrived example isn't great, but when opening a larger file, this could be helpful.This is somewhat related to
any
loading
types and unresolved error types.The text was updated successfully, but these errors were encountered: