mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +00:00
* Initial work on signature help context Fixes #54972 Adds `SignatureHelpContext`. This tells providers why signature help was requested TODO: - [ ] Better understand semantics of retrigger. Should `retrigger` be an flag instead of a `triggerReason`? - [ ] Fix skipped test - [ ] Add more tests for trigger reasons / trigger characters * Fix unit test * Make sure we retrigger sig help if it is already showing * Add test for dismiss and re-invoke * Extract some constants * Extract createMockEditor
Language Features for Typescript and Javascript files
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Features
See Typescript in Visual Studio Code and Javascript in Visual Studio Code to learn about the features of this extension.