Yeah!
I just found this too (in case it helps someone passing through here)
http://sublimetext.info/docs/reference/api.html
Cheers!
vostok4 wrote:Here is the full PHP function list with snippets for every function
szameks wrote:Umm, I cant even trigger paragraph, p->tab gives me <option> (v2032)
asmodai wrote:Also, my question before was actually different. Since I communicated the idea across badly, let me try again. Within the scope of the source file if you would allow all completion tokens it would be incredibly bloated. So depending on which #include files are included at the top I would like to limit the tokens. E.g. if #include <stdio.h> is included I want fclose() to be available in autocompletion, but if #include <stdio.h> is not present, I don't want to offer the possibility.
Anomareh wrote:This thread seems as good a place as any to ask, is there any way to change the font the default theme uses in ST2? Not talking about for the actual file area, but for the tabs, status bar, sidebar, etc.
firefusion wrote:Is it just me of is Go to symbol broken for CSS?
firefusion wrote:Also has "New view on current file" made it into ST2 yet? I haven't been able to find it.
vostok4 wrote:Here is the full PHP function list with snippets for every function:
https://bitbucket.org/vostok4/sublimeph ... ompletions
{ "trigger": "yaz_es", "contents": "yaz_es(${1:id\n }, ${2:type\n }, ${3:args\n })" },
jps wrote:vostok4 wrote:Here is the full PHP function list with snippets for every function:
https://bitbucket.org/vostok4/sublimeph ... ompletions
I took a quick look at this, a couple of things I noticed:
* Arguments with spaces appear to have the closing curly bracket in the wrong spot, e.g.:
- Code: Select all
{ "trigger": "yaz_es", "contents": "yaz_es(${1:id\n }, ${2:type\n }, ${3:args\n })" },
When triggered, this would select the parameter, and the whitespace on the following line
* It contains function names like "ZipArchive::addEmptyDir", which doesn't appear to be something that should be completed. Better to just leave them out?
Users browsing this forum: Google [Bot] and 9 guests