mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Also trigger js/ts signature help on <
For https://github.com/Microsoft/TypeScript/pull/24138
This commit is contained in:
@@ -12,7 +12,7 @@ import * as typeConverters from '../utils/typeConverters';
|
||||
|
||||
export default class TypeScriptSignatureHelpProvider implements vscode.SignatureHelpProvider {
|
||||
|
||||
public static readonly triggerCharacters = ['(', ','];
|
||||
public static readonly triggerCharacters = ['(', ',', '<'];
|
||||
|
||||
public constructor(
|
||||
private readonly client: ITypeScriptServiceClient
|
||||
|
||||
Reference in New Issue
Block a user