Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 600 Bytes

File metadata and controls

10 lines (6 loc) · 600 Bytes

Open from namespace

With this package, you can open a PHP file from this namespace. The package use the fuzzy-finder package (official package). You can open directly from a namespace after an "use" (link) or you can select in a modal which lists all "use" in the current file.

How use it ?

Two choices !

  • Open the command palette (ctrl-shift-P). Select "Open from namespace: List namespace" in a PHP file. Select the namespace which you want open. Paste (ctrl+v) in the modal opened just after.
  • alt+click on a namespace in a PHP file. Paste (ctrl+v) in the modal opened just after.