-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorHelp WantedYou can do thisYou can do this
Milestone
Description
Bug Report
When typing an import statement the from
keyword is not shown on the completion list correctly. Note that this only happens in js
and jsx
files.
Related item: https://developercommunity.visualstudio.com/t/Javascript:-from-keyword-overwritten-b/10383619
🔎 Search Terms
completion import from
💻 Code
file.js:
import Foo fro| // <--- At this point fromBar is being suggested by completions.
function fromBar() {}
🙁 Actual behavior
from
keyword on an import statement shows any valid completion that contains "from".
🙂 Expected behavior
Only the from
keyword should be displayed.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorHelp WantedYou can do thisYou can do this