firstrow

Results 9 comments of firstrow

Thanks for answer. ``` php namespace Tests; class Test { public function load($id) { // UserModel namespace is \App\Models\UserModel // How do I automatically insert "use App\Models\UserModel" to file header?...

@aitte2 yes, popup with matches and manual selection is better option.

So here is code I came up with. It helps me to save a lot of time. It would be nice to add support for helm/ido also and make custom...

Hi, yes. Please take a look at SendBytes method: https://github.com/firstrow/tcp_server/blob/master/tcp_server.go#L44

sorry, receiving bytes is not implemented. will leave this issue as feature request.

Thanks for PR. I will do review/test and then merge!

nice improvement. going to test it locally. currently was using this config: ``` "*" = ["move_prev_word_start", "move_next_word_end", "search_selection", "global_search"] ```

Are you using InnoDB? can you send me db dump?

Great. Will investigate this and update documentation.