Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ref Context FinderNew to Visual Studio Code? Get it now.
Ref Context Finder

Ref Context Finder

luckyxmobile

|
108 installs
| (0) | Free
Find the context of references in your project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ref Context Finder README

This extension is designed to provide a "Find Reference Context" feature. Users can select a specific text in the active editor, and then trigger the command to find all the references to that text within the workspace. The extension then displays the context code. And it will also provide a code link to the line of the file where the reference is found. Users can click on the link to navigate to the line of the file directly.

Features

  • Find all references of a selected text within the workspace.
  • Display the context code for each reference.
  • Open the file where a reference is found directly from the result panel.
  • Currently, it supports JavaScript/Html/CSS files.

Here's an example of how it works:

Ref Context Finder in action

Requirements

  • Visual Studio Code 1.83.0 or higher
  • Node.js 12.0.0 or higher

Extension Settings

This extension contributes the following settings:

  • refcontextfinder.enable: Enable/disable this extension.

Known Issues

Currently, there are no known issues. If you experience any problems, please report them in the issues section of the repository.

Release Notes

1.0.0

Initial release of Ref Context Finder.


Enjoy!

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