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
Hello, is it possible to add intellisense for import statements? Either disaply all files in the project that match the pattern relative to the current file, or display whatever is in the path.
E.g.
"../" + ctr+space will pop whatever is in the parent directory
"my" + ctrl + space will pop up all files that contain "my" showing path relative to the currrent file
From @tomitrescak on February 17, 2016 9:57
Hello, is it possible to add intellisense for import statements? Either disaply all files in the project that match the pattern relative to the current file, or display whatever is in the path.
E.g.
"../" + ctr+space will pop whatever is in the parent directory
"my" + ctrl + space will pop up all files that contain "my" showing path relative to the currrent file
Copied from original issue: microsoft/vscode#3076
The text was updated successfully, but these errors were encountered: