Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Quick ImplementsNew to Visual Studio Code? Get it now.
Quick Implements

Quick Implements

Folsom.sh

|
287 installs
| (0) | Free
Quickly view and navigate to interface/abstract class implementations with an inline indicator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quick Implements

Install through the Marketplace

Quickly view and navigate to interface/abstract class implementations with an inline indicator in Visual Studio Code.

Features

demo

  • Displays an inline indicator showing the number of implementations for interfaces and abstract classes.
  • Supports multiple languages including Go, Java, TypeScript, C#, Python, and Rust.
  • Allows quick navigation to the implementations via a quick pick menu.

Usage

  1. Open a file in one of the supported languages (Go, Java, TypeScript, C#, Python, Rust).
  2. You will see an inline indicator showing the number of implementations for interfaces and abstract classes.
  3. Click on the indicator to open a quick pick menu with the list of implementations.
  4. Select an implementation from the list to navigate to its location in the code.

Development

  1. Clone the repository:

    git clone https://github.com/ryanfolsom/quick-implements.git
    cd quick-implements
    
  2. Install dependencies:

    npm install
    
  3. Make your changes.

  4. Compile the extension:

    npm run compile
    
  5. Package the extension

    vsce package
    
  6. Install the extension and test

    code --install-extension quick-implements-VERSION.vsix
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft