https://github.com/vonage/vscode
A Visual Studio Code extension for accessing the Vonage communication APIs.
https://github.com/vonage/vscode
vonage vonage-api vscode-extension
Last synced: about 2 months ago
JSON representation
A Visual Studio Code extension for accessing the Vonage communication APIs.
- Host: GitHub
- URL: https://github.com/vonage/vscode
- Owner: Vonage
- License: mit
- Created: 2021-03-05T18:04:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T02:30:27.000Z (over 1 year ago)
- Last Synced: 2025-04-19T11:08:45.839Z (2 months ago)
- Topics: vonage, vonage-api, vscode-extension
- Language: TypeScript
- Homepage: https://developer.vonage.com
- Size: 435 KB
- Stars: 1
- Watchers: 13
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vonage for Visual Studio Code
[](https://marketplace.visualstudio.com/items?itemName=Vonage.vscode) [](https://marketplace.visualstudio.com/items?itemName=Vonage.vscode) [](https://opensource.org/licenses/MIT)
A Visual Studio Code extension for accessing the Vonage communication APIs.

---
## Install Vonage for VS Code
You can find the Vonage for Visual Studio Code extension in the
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Vonage.vscode).
Click Install to add the extension to your editor.## Features
### Authorization
To begin using the Vonage for Visual Studio Code extension, you must provide your Vonage API
key & secret.
### Manage Applications
The Applications view provides capabilities to create, rename, and delete applications.
Additionally, capabilities (voice, messages, RTC, VBC) and be added, edited, and removed
from applications via the right-click context menu. You can also open the application
within the Vonage API dashboard. Expanding an application will display all numbers
associated with the application and provide the ability to remove that number from the
application.
### Numbers
The Numbers view provides the ability to view all purchased numbers in your account
that aren't assigned to an application, purchase new numbers, cancel a number, or copy
a number to your clipboard.
### Account
The Account view allows you to quickly review your balance. For privacy, click the
balance to toggle its visibility.
### Documentation & Help
The Help and Feedback view provides the ability to quickly open the Vonage API documentation and/or provide feedback/suggestions on the extension.

---
## Telemetry
The Vonage for VS Code Extension collects basic telemetry in order to improve this
extension's experience. If you'd like to opt out we respect the global telemetry
setting in VS Code, so we won't collect any data unless this setting is turned on.## Development and Contributing
Interested in contributing? We ❤️ pull requests!
To make sure our community is safe for all, be sure to review and agree to our
[Code of Conduct](./CODE_OF_CONDUCT.md). Then see the
[Contribution](./CONTRIBUTING.md) guidelines for more information.## Getting Help
We love to hear from you so if you have questions, comments or find a bug in the
project, let us know! You can either:- [Open an issue](https://github.com/Vonage/vscode/issues/new) on this repository
- Tweet at us! We're [@VonageDev on Twitter](https://twitter.com/VonageDev)
- Or [join the Vonage Developer Community Slack](https://developer.nexmo.com/community/slack)## Further Reading
Check out the Developer Documentation at [https://developer.nexmo.com](https://developer.nexmo.com)