Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>API Extractor SnippetNew to Visual Studio Code? Get it now.
API Extractor Snippet

API Extractor Snippet

openHacking

|
329 installs
| (0) | Free
API Extractor doc comment syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

API Extractor Snippet

Introduction

Implemented code hints for Doc comment syntax when using API Extractor to generate API documentation

Usage

  1. Install the extension
  2. Make sure settings.json contains the following configuration
     // use tab to complete
    "editor.tabCompletion": "on",
    // Configure the order of snippets and other code hints
    "editor.snippetSuggestions": "top",
    // Support comment code hints
    "editor.quickSuggestions": {
      "comments": true
    }
    

Feature

All tags below have been implemented

  • @alpha
  • @beta
  • @defaultValue
  • @deprecated
  • @eventProperty
  • @example
  • {@inheritDoc}
  • @internal
  • {@link}
  • @override
  • @packageDocumentation
  • @param
  • @preapproved
  • @privateRemarks
  • @public
  • @readonly
  • @remarks
  • @returns
  • @sealed
  • @typeParam
  • @virtual
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft