Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Binance Athena HelperNew to Visual Studio Code? Get it now.
Binance Athena Helper

Binance Athena Helper

Binance-fe

|
30 installs
| (0) | Free
Quick API finder and importer for Athena services
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Binance Athena Helper

VSCode extension for quickly finding and importing Athena APIs.

Features

  • Quick API search from selected text
  • Auto import API functions
  • Support for manifest.json based API lookup
  • Auto-completion support for TypeScript and JavaScript files

Installation

  1. Install from VSCode Marketplace
  2. Configure the extension settings (required)

Usage

1. Using Command Palette

  1. Press Cmd+Shift+Space (Mac) or Ctrl+Shift+Space (Windows/Linux)
  2. Select the service from the dropdown
  3. Choose whether to use gray environment
  4. If using gray environment, enter the environment tag
  5. In the search box, type to filter APIs by name, path, or service
  6. Select the matching API from the filtered list
  7. The import statement will be automatically added to your file

2. Using Auto-completion (New)

  1. Type @api to trigger auto-completion
  2. Select a service from the list
  3. Type : to add gray environment tag (optional)
  4. Type any part of the API path to search
  5. Select the API to import

The extension provides a searchable list of all available APIs. You can:

  • Search by API name
  • Search by path
  • Search by service name
  • Use partial matches

Keyboard Shortcuts

Default shortcut:

  • Mac: Cmd+Shift+Space
  • Windows/Linux: Ctrl+Shift+Space

You can customize the shortcut in VSCode keyboard shortcuts settings:

  1. Open Command Palette (Cmd/Ctrl+Shift+P)
  2. Type "Preferences: Open Keyboard Shortcuts"
  3. Search for "Athena: Find API"
  4. Double click to change the shortcut

Requirements

  • VSCode 1.74.0 or higher

Extension Settings

This extension contributes the following settings:

  • athenaHelper.baseUrl: Base URL for manifest files
  • athenaHelper.services: List of available Athena services
  • athenaHelper.keyBinding: Keyboard shortcuts configuration

Known Issues

Please report issues on the GitHub repository.

Release Notes

0.0.7

  • BREAKING: services settings - now allow persisting gray env

0.0.6

  • Fixed an issue of cannot find gray env version

0.0.5

  • Added find version from selection

0.0.4

  • adjust README on marketplace

0.0.3

  • Added auto-completion support
  • Improved search functionality
  • Support for pasting API paths

0.0.2

  • Added support for TSX and JSX files
  • Improved error handling

0.0.1

  • Initial release of Athena Helper
  • Basic API import functionality with command palette

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft