php-awesome-snippets icon indicating copy to clipboard operation
php-awesome-snippets copied to clipboard

👨🏻‍💻PHP Awesome Snippets provide a full set of snippets for PHP devs - VScode Extension

Results 4 php-awesome-snippets issues
Sort by recently updated
recently updated
newest added
trafficstars

How can I jump to the next placeholder? Pressing tab does the following: I also tried ``` "editor.tabCompletion": "onlySnippets" OR "editor.tabCompletion": "on", OR "editor.tabCompletion": "off", ``` or nothing at all...

Would you be able to publish this extension to the Open VSX Registry (https://open-vsx.org/) so it's available to VS Code Compatible Editors, such as VSCodium?

- Add declare strict types in open php tag

I need to use php controls extensively inside html files (but with php extension). I created some snippets, cloning ** "control.json" ** to ** "tag, php.json" ** to fit my...

Specific Features