π bug report
To Reproduce
Steps to reproduce the behavior:
- create an app with create-react-app
- inside the default App.js component add some prop-types
- in the index.js file press CTRL-SPACE to get prop suggestion
π€ Expected Behavior
Vscode should suggest custom props
π― Current Behavior
no suggestion from custom props added,
Only got suggestions INSIDE same .js file
Screenshots
no suggestion from custom props added

Only got suggestions INSIDE same .js file

Environment
- OS: macOS 10.13.4 (17E202)
- VS Code Version 1.26.1 (1.26.1)
Additional context