Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

298
Views
Message in Visual Studio Code

This is something that is annoying me really hard. Every time I put any ( ), this message appear: log(... data: any[]): void

Photo

Anyone knows how to disable it?? Or where is it coming from??

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It's useful info - it's telling you the signature of the function, of what arguments it takes and what it returns.

...data means that it accepts any number of arguments, and any means that the arguments can be of any type.

(In comparison, for example, calling toFixed on a number shows you Number.toFixed(fractionDigits?: number): string - it takes one argument, which is a number, and returns a string)

Type information like this is incredibly useful - I'd have a harder time programming without it, and I'd suggest learning the syntax and getting used to it. It's quite nice when dealing with a function that you aren't completely familiar with.

But if you want to disable it, you can open VSCode settings, search for parameterHints, and turn it off:

enter image description here

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!