+5

Define variables at project level

Thierry Goettelmann 13 lat temu 0
Hello,  It could be interesting to configure some variables for a project, then use them in snippets.

For example, I have a snippet to create a new Controller for Symfony 2.

For example, I have this line :

namespace ${1:Company}\\${2:Application} ...

So if these variable could be defined at a project level, and be used automatically to default value, it could be great ^^