Federico Ramirez

Results 13 issues of Federico Ramirez

It already autocompletes variables, so also add in the fields.

enhancement

The default IDE provides broadcasting functionality. Given this package is already using the broadcaster for debugging, it should be possible to also implement a "Broadcast" button in the terminal panel.

enhancement

As discussed in #29, right now the variable capture is pretty dumb, so there's a lot of room for better code generation. I'm moving the topic to it's own issue...

I think traits / modules are awesome as they help you get the best out of dynamic typing. I'm not sure on the syntax though, PHP uses `include` and `require`...

Right now, the easiest way to compile Blueberry files is using the compiler CLI. It would be awesome if the compiler worked with Grunt or Gulp (possibly both eventually), so...

enhancement

This adds ```vimscript syntax match Normal '\[[0-9;]*m' conceal ``` To conceal all ANSI color code escape sequences, so they do not distract you from reading the logs. It also sets...

First of all, I tried reading the README but I'm not quite sure what Any Pair is, if that has anything to do with my issue. What I want to...