Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FuelPHP View LinksNew to Visual Studio Code? Get it now.
FuelPHP View Links

FuelPHP View Links

Sunny. Cat

| (0) | Free
Clickable links for View::forge() paths in FuelPHP projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FuelPHP View Links

Adds clickable links for View::forge() paths in FuelPHP projects, so you can jump directly to the corresponding view file.

Usage

In any PHP file, hover over the path inside View::forge(...) and Cmd+Click (Mac) or Ctrl+Click (Windows/Linux) to open the view file.

// Click "user/search/shop" to open fuel/app/views/user/search/shop.php
$this->template->content = View::forge('user/search/shop', $data);

Settings

Setting Default Description
fuelpHPViewLinks.viewsPath fuel/app/views Path to the views directory, relative to workspace root

If your project uses a non-standard views path, add this to your .vscode/settings.json:

{
  "fuelpHPViewLinks.viewsPath": "app/views"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft