Quick Fix for Adding Missing Parameters
TL;DR
関数呼び出しで多すぎる引数を指定した時、Quick Fixが表示されるようになった。
declare function foo(a:string);
foo(a); // OK
foo(a, b, c); // Quick Fix
PreviousChecked Import Attributes and AssertionsNextUpcoming Changes from typeScript 5.0 Deprecations
Last updated