An open API service indexing awesome lists of open source software.

https://github.com/mrroot5/php-syntax-snnipets


https://github.com/mrroot5/php-syntax-snnipets

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

PHP SYNTAX SNIPPETS
=================

php-syntax-snnipets extension.

Extension is available in the extension manager.

To install, go to the Brackets Extension Manager and search for `php-syntax-snippets`.

[Repository homepage](https://github.com/erknrio/php-syntax-snnipets).

What is this?
=====
**php-syntax-snippets** provide hint options for php codes.

```f myFunc``` becomes

```
function myFunc () {
}
```

How to install and run Brackets
-------------------------------

#### echo
```echo```: write a simple echo "Hello Wolrd";

`echov`: write an echo "Hello Wolrd".variable;