rafamadriz / friendly-snippets

Set of preconfigured snippets for different languages.
MIT License
1.96k stars 441 forks source link

Add initial php structure #465

Closed eerison closed 3 months ago

eerison commented 3 months ago

Hello guys

maybe we could add a new entry for php.json when we create a new file

e.g

<?php

declare(strict_types=1);

namespace My\NameSpace;

//I don't know if it is possible to reuse the current class snippet
class MyClass
{
}