Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add signature help & code actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonw committed Oct 17, 2017
1 parent 366f7f1 commit 019e1e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -12,11 +12,12 @@ This package is currently an early access release. You should also install the
## Features

* Auto completion
* Diagnostics (errors & warnings)
* Diagnostics (errors & warnings, with autofixes)
* Document outline
* Find references
* Go to definition
* Hover
* Signature Help

## Contributing
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/atom/languageserver-typescript/issues/new) or working on some of the [open issues](https://github.com/atom/languageserver-typescript/issues), Atom's [contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) will help get you started while the [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) has some extra information.
Expand Down
10 changes: 10 additions & 0 deletions package.json
Expand Up @@ -52,6 +52,11 @@
"versions": {
"0.1.0": "consumeDatatip"
}
},
"signature-help": {
"versions": {
"0.1.0": "consumeSignatureHelp"
}
}
},
"providedServices": {
Expand All @@ -60,6 +65,11 @@
"2.0.0": "provideAutocomplete"
}
},
"code-actions": {
"versions": {
"0.1.0": "provideCodeActions"
}
},
"code-format.range": {
"versions": {
"0.1.0": "provideCodeFormat"
Expand Down

0 comments on commit 019e1e6

Please sign in to comment.