We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From microsoft/vscode#50640
TypeScript Version: 3.0.0-dev.201601
Search Terms:
Code
function foo(x: number) {}
Current behavior: Only the span for the letter x is marked as unused
x
Question Should the unused span cover the type annotation as well