Google Workspace Developer Tools
June 27, 2025 ยท View on GitHub
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 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)
- Launch Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+XorCmd+Shift+X). - Search for
Google Workspace Developer Tools. - 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
Using the Command Line
If you have the code command-line tool installed, you can install the extension with this command:
code --install-extension google-workspace.google-workspace-developer-tools