-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 1004 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "thizer.phpcompletion",
"title": "PHP Completion (AutoComplete)",
"description": "Work in progress - With this plugin you will be able to auto insert local variables, attributes and methods from the hierarchical tree, constants, defined functions, namespaces, classes, etc... Yes, I mean a full and robust autocomplete code for PHP on Brackets.",
"homepage": "https://github.com/thizer/phpcompletion",
"version": "1.1.7",
"author": "Thizer <thizerdev@gmail.com> (https://www.thizer.com)",
"license": "MIT",
"engines": {
"brackets": ">=0.24.0"
},
"i18n": [ "en", "pt"],
"package-i18n": {
"pt": {
"description": "Trabalhando - Com este plugin você poderá inserir automaticamente variáveis locais, atributos e métodos da árvore hierárquica, constantes, funções definidas, namespaces, classes, etc ... Sim, quero dizer um código de autocompletar completo e robusto para PHP no Brackets"
}
},
"keywords":["hint","php","autocomplete"]
}