I've installed latest VSCode on Windows. Then I installed languaje support for TypeScript And finally, set some editor options and installed some extensions.
Editor config:
{
"editor.fontSize": 12,
"editor.minimap.enabled": false,
"files.autoSave": "onFocusChange",
"editor.find.autoFindInSelection": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.autoClosingBrackets": false,
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"workbench.colorTheme": "One Dark Pro"
}
Extensions: Angular Language Service 0.1.7 Angular V5 Snippets 2.11.2 Auto Import 1.5.3 Debugger for Chrome 4.0.0 TSLint 1.0.24 And some icon/theme
My problem is that I cannot get the modules list when typing some imports in the app.module.ts file for example.
What would you suggest me to do?
Thanks


Auto import is now a default feature in VS code!
Try turning off Auto Import 1.5.3 in your extension and restart vs code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With