Skip to content

Commit 3f315c0

Browse files
committed
set applicaple span correctelly
1 parent a6f212c commit 3f315c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/services.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3821,8 +3821,8 @@ module ts {
38213821
});
38223822

38233823
var actualSignature: ActualSignatureInfo = {
3824-
parameterMinChar: 0,
3825-
parameterLimChar: 0,
3824+
parameterMinChar: signatureHelpItems.applicableSpan.start(),
3825+
parameterLimChar: signatureHelpItems.applicableSpan.end(),
38263826
currentParameterIsTypeParameter: false,
38273827
currentParameter: currentArguemntState.argumentIndex
38283828
};

0 commit comments

Comments
 (0)