Results 13 comments of Adrián

Thank you very much for your help :). The extension sometimes it works and other times it doesn't. Most of times it doesn't. **Brackets version 1.6 installed from this ppa:**...

It looks like an extension conflict but I don't understand what happen. If I disable all the new extensions and only use the same extensions that I have enabled on...

I use this snippet for AES encryption. Hope it helps: https://gist.github.com/swinton/8409454

Do you try with this?: ``` ${1:``} ``` Yes, isn't the same but could work.

![funny-text-vertically](https://cloud.githubusercontent.com/assets/1659540/4249071/4b94eac2-3a70-11e4-852d-42f492d5444b.JPG) Better a sample image :). You read: H E L L O Not read HELLO It is responsive :).

Are you triying to do something like this?: https://github.com/wikunia/brackets-funcdocr

Interesting but you can create a function snippet and use this extension: https://github.com/wikunia/brackets-funcdocr for param options.

Why do you need that? Maybe this could help :) : `funct(${1:var}, ${2:options}){$4}` or `funct(${1:var}${2}, ${3:options}){$4}` or `funct(${1:var}${2}, ${3:options} = array('${4:key}'=>${5:value})){$6}`

In my situation, the problem was nginx's disk space. I had 10GB of logs and when I reduce this amount voila! it works!. **Step by step:** I have a docker...

The autocompiler feature could be great. Thank for this Brackets extension :).