-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugjavascriptJavaScript support issuesJavaScript support issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.18.1
- OS Version: macOS
Steps to Reproduce:
- Create array:
const arr = [];- Try to get autocomplete for
includes. There's no such, because you need to createjsconfig.jsonand set target toes2016.
My suggestion is to use "target": "es2016" by default in VS Code instead of es2015. I don't really like the idea to create jsconfig.json if I want to get proper autocomplete.
Thank you!
cc @mjbvz
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugjavascriptJavaScript support issuesJavaScript support issuesverifiedVerification succeededVerification succeeded