https://github.com/mrroot5/php-syntax-snnipets
https://github.com/mrroot5/php-syntax-snnipets
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrroot5/php-syntax-snnipets
- Owner: mrroot5
- Created: 2014-04-27T00:50:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T01:59:23.000Z (about 12 years ago)
- Last Synced: 2025-01-09T16:56:26.452Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;