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
On previous releases, typing import assert from 'asse would autocomplete to assert, and the same would apply to local imports such as import myFunc from './myFunc'.
Now, on v1.11.1 I've noticed that's stopped working.
The text was updated successfully, but these errors were encountered:
You still should be able to manually trigger the suggestions using the keyboard shortcut. Also see my explanation how to enable quick suggestions in strings to match the 1.10 behavior: #23962 (comment)
On previous releases, typing
import assert from 'asse
would autocomplete toassert
, and the same would apply to local imports such asimport myFunc from './myFunc'
.Now, on v1.11.1 I've noticed that's stopped working.
The text was updated successfully, but these errors were encountered: