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
I haven't been able to figure out if VS Code will do file/path completion when using ES2015 import. It seems like it doesn't (it should IMO). Once I've typed in a path, I can cmd-click it to jump to the file, which is great, except if the import is an absolute path, e.g.:
import { something } from '/rootlevel/this/that';
Then VS Code has no idea what that file is. Is there some way to get this working?
The text was updated successfully, but these errors were encountered:
I haven't been able to figure out if VS Code will do file/path completion when using ES2015
import
. It seems like it doesn't (it should IMO). Once I've typed in a path, I can cmd-click it to jump to the file, which is great, except if the import is an absolute path, e.g.:Then VS Code has no idea what that file is. Is there some way to get this working?
The text was updated successfully, but these errors were encountered: