Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/babobski/smart-tags-auto-completion

Get more done with less typing, emmet like auto completion for PHP and JavaScript.
https://github.com/babobski/smart-tags-auto-completion

Last synced: about 2 months ago
JSON representation

Get more done with less typing, emmet like auto completion for PHP and JavaScript.

Awesome Lists containing this project

README

        

# Smart Tags Auto-completion
Get more done with less typing, emmet like auto completion for PHP and JavaScript.
Quickly create if else statements, foreach loops and more.

## Installation
* Install addon
* Configure Short Tags (optional)

# Auto-completions
This addon will provide auto completion for common php tags.
Also is there support for short-tags, this can be enabled trough the settings.

# Enabling and disabling tags
In the prefernce menu you can enable and disable tags.
This can be useful if you have a conflict with a html tag (like iframe conflicts with the (php)
To insert a default php tag, type `` and the following snippet will be inserted:

** will expand to:**

![preview](php-tag.gif)

## echo tag - (php)
To instert a echo php tag, type `(php/js)
To insert a if tag, type `(php/js)
To insert a else tag, type `(php/js)
To insert a else tag, type `(php/js)
To insert a if-else tag, type `(php/js)
To insert a foreach tag, type `(php/js)
To insert a switch tag, type `(php/js)
To insert a case tag, type `(php)
To insert a print tag, type `