-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.16.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Low
-
No
-
None
-
None
-
None
-
In Progress
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
Description of problem:
VSCode does not properly autocomplete imports accross packages. These imports should use the npm package name instead of a relative path.
Version-Release number of selected component (if applicable):
4.16.0
How reproducible:
Always
Steps to Reproduce:
1. Open the console repo in vscode
2. Open any ts file in the public folder
3. Start using a module from another package that has not already been imported in this file.
4. Press ctrl + space to get VSCodes suggested imports
Actual results:
The suggested imports use relative paths to other packages
Expected results:
The suggested imports should use the npm package name and correct path to the module within that package.
Additional info: