https://github.com/googleworkspace/vscode-extension
VSCode extension for Google Workspace Developers
https://github.com/googleworkspace/vscode-extension
google googleworkspace vscode-extension
Last synced: 10 months ago
JSON representation
VSCode extension for Google Workspace Developers
- Host: GitHub
- URL: https://github.com/googleworkspace/vscode-extension
- Owner: googleworkspace
- License: apache-2.0
- Created: 2025-06-20T19:18:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T21:31:14.000Z (11 months ago)
- Last Synced: 2025-06-27T22:31:42.919Z (11 months ago)
- Topics: google, googleworkspace, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=google-workspace.google-workspace-developer-tools
- Size: 473 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Workspace Developer Tools
This VS Code extension provides a set of tools to help Google Workspace developers.
## Features
- **OAuth2 Scope Linting**: Get warnings and additional information for Google Workspace [OAuth2 scopes](https://developers.google.com/identity/protocols/oauth2/scopes) in your code.

## Usage
### OAuth2 Scope Linting
Warnings and suggestions will automatically appear for OAuth2 scopes in your code.
## Installation
You can install the Google Workspace Developer Tools extension in a few ways.
### From within VS Code (Recommended)
1. Launch Visual Studio Code.
2. Go to the **Extensions** view (`Ctrl+Shift+X` or `Cmd+Shift+X`).
3. Search for `Google Workspace Developer Tools`.
4. Click **Install**.
### From a Marketplace
Install the extension from your preferred marketplace:
- [Visual Studio Marketplace](- https://marketplace.visualstudio.com/items?itemName=google-workspace.google-workspace-developer-tools)
- [Open VSX Registry](https://open-vsx.org/extension/google-workspace/google-workspace-developer-tools)
### Using the Command Line
If you have the `code` command-line tool installed, you can install the extension with this command:
```sh
code --install-extension google-workspace.google-workspace-developer-tools
```