DEV Community

Cesar Daer
Cesar Daer

Posted on

PHP on VS Code

I'm a long user of the JetBrains PHPStorm(JPS), but I'm seeing a lot of new features on VS Code, but I can't find a extension that make easy to insert a path to a file like I used to use on JPS.
Exemple:
require_once __DIR__ . '/../'
On VSC it doesn't show me the correct path considering the global DIR variable on autocomplete.
Does anyone have a suggestion on how to solve this problem?

Top comments (0)