Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>K2 - Open file From PathNew to Visual Studio Code? Get it now.
K2 - Open file From Path

K2 - Open file From Path

Michal Korduliak

|
188 installs
| (0) | Free
Internal plugin for K2 company!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Plugin for internal use of K2 company!

Open file from path

Simple plugin for VS Code that allows you to quickly open file starting from path string. E.g.

<include>specTpl/pageCategory/sticky/search</include>

By default VS Code won't open relative/absolute path in PHP or other files with the classic ctrl+click command. This extension allows you to do it by searching throughout the project: just point your cursor on a path and press the alt+x default shortcut to open it.

Shortcut

Open file : alt+x

Features

  • Navigate the project folder searching for files that matches selected path string.

Extension Settings

  • open-file-from-path.regExp: RegExp used to delimiter the path of the file to open (default (?<=(<include>))(.*?)(?=(</include>)), by default get the file name between quotes or double quotes)

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.

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