标签: javascript visual-studio-code
假设我有此文件:
example.js class Example { } export { Example };
如果在打开Example文件的同时开始在另一个文件中键入example.js,则表明自动导入正确。但是,如果我关闭example.js文件,它将不再给我任何建议。
Example
example.js
关闭文件时也不能正常工作吗?我需要配置什么才能使其正常工作吗?