Skip to content

Autocomplete for "console.log()" in JavaScript and TypeScript is wrong. #9072

Closed
@VladimirAmiorkov

Description

@VladimirAmiorkov
  • VSCode Version: 1.3.0 (1.3.0)
  • OS Version: OS X 10.11.5 (15F34)

Steps to Reproduce:

  1. type console.l
  2. Press tab to autocomplete
  3. the result is "console.console.log();"

It looks like not the method "log" is autocompleted but the entire class + function.

Metadata

Metadata

Labels

*duplicateIssue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions