Matt Bierner d33b1c3063
Initial work on signature help context (#58135)
* 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
2018-09-10 17:44:21 -07:00
2018-08-31 15:29:37 +02:00
2018-07-31 15:27:42 +02:00
2018-09-07 12:23:09 +02:00
2018-08-22 10:23:45 -03:00
2018-08-13 13:31:52 +02:00
2018-08-23 01:30:22 +02:00
2018-08-13 13:31:52 +02:00
2018-09-10 09:29:20 -07:00
2018-09-10 09:03:48 -07:00
2018-07-31 22:40:25 -07:00
2018-09-10 09:29:20 -07:00

Visual Studio Code - Open Source

Build Status Feature Requests Bugs Gitter

VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.

VS Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on VS Code's website. To get the latest releases every day, you can install the Insiders version of VS Code. This builds from the master branch and is updated at least daily.

VS Code in action

The vscode repository is where we do development and there are many ways you can participate in the project, for example:

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Please see also our Code of Conduct.

Feedback

Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter.

For a complete list, please see the Related Projects page on our wiki.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.

Description
Languages
TypeScript 90.2%
jsonc 4.5%
CSS 1.4%
JavaScript 0.9%
C 0.9%
Other 1.9%