Sergey Telshevsky

Results 7 issues of Sergey Telshevsky

Didn't want this as solution as it's not interesting or pretty, but pretty much `echo` what's needed and `die();`

Currently it seems impossible to make an insert with no data (utilising database defaults). This is the error you get when not specifying anything: array_keys() expects parameter 1 to be...

По некоторым законодательствам РФ (и не только) требуется указывать сумму включая тысячные. Один из примеров библитотеки: ``` echo $numeral->getInWordsFloat(100.025); //Result: сто целых двадцать пять тысячных ``` Предлагаю при добавлении параметра...

feature

Does not indent using the current file indent rules, always indents using spaces

Maybe it's out of scope of this plugin, but adding support for template engines would be great. Take [PHP Plates](http://platesphp.com/) for example, the first example: ``` // Create new Plates...

If the buffer didn't change between searches, the last search like in `ctrl+;` -> `k` all substituted `k` letters should be replaced with the same as the previous ones. Maybe...

As the title implies, there's currently no way to use passwords stored in 1password with database connections. Is this planned?