open-from-namespace
Open a PHP file from this namespace
ChristopheBoucaut 1,180 1 0.3.2 MIT GitHub

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.