Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PHP Class LocatorNew to Visual Studio Code? Get it now.
PHP Class Locator

PHP Class Locator

Mohsin Khan Shuvo

|
227 installs
| (0) | Free
It is used to open class from locator like $this->get('path-to-locator-class').
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PHP Class Locator

PHP Class Locator Extension

This is a Visual Studio Code extension that provides PHP class locator functionality. It allows you to easily navigate to PHP class files within your project.

Features

  • Quickly locate PHP class files based on class names.
  • Integration with Visual Studio Code for seamless navigation.
  • Supports both macOS and Windows operating systems.

Installation

  1. Open terminal or iTerm.
  2. Paste the following command. git clone https://github.com/mkshuvo/php-class-locator.git ~/.vscode/extensions/.
  3. Now go to ~/.vscode/extensions/php-class-locator.
  4. Run npm install to get the packages.

Usage

  1. Place your cursor over a PHP class name in your code. For example: $this->get('my-path/to/ClassName');
  2. Press Ctrl or Cmd (macOS) on the class name to navigate to its file.

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

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