Tomasz N

Results 184 comments of Tomasz N

From some hours I have one client-server connection. Indeed, most of autoloaded function are present in the suggestions list. The most of public functions defined in plugins is also visible....

Thanks for info about VDebug before I worked out this. I found (using "print debugging" as a typescript beginner) two bugs. The first is the cause of absence of my...

Hi @zobo! Thanks for explaining the reason for which you replaced `eval` with `property_get`. Indeed, `eval`-uating visual selection can be an unsafe action or at least can have a side...

I tried to check what does [expr](https://xdebug.org/docs/dbgp#expr) (using it like `eval`) do but I got ``` (cmd) expr -i 1 -- JHggKyAx 1 | expr 1 | Error(4): unimplemented command...

From the practical perspective it good to know for me about reasons mentioned there and that there is a way to strict evaluation at one's own risk. Thanks to https://github.com/rcarriga/nvim-dap-ui/commit/2ae01a8b0b12217cc5c750addd108c4ef15df10a...

Confirmed without `ext_linegrid` on master: https://user-images.githubusercontent.com/11404453/201710613-e47727a8-1bc9-4523-9797-4db57cfa7cd1.mp4 Not present on jg-underline, both with and without `ext_linegrid`: https://user-images.githubusercontent.com/11404453/201713708-97394864-dd87-4458-bad2-5c15c4e3be26.mp4

It would be good to know (and put on wiki) how to pass `-j` equivalent to `cmake` to build it using more threads. Edit: I found that probably appeding `--...

The bug is still present on recent master versions of both Neovim and Neovim-qt.

Currently no nvim-bqf change (more: no nvim-bqf) is needed to filter quickfix list using Telescope. Try `:Telescope quickfix` or create a keymap like below (possibly with `pcall` on `require`): ```lua...

https://github.com/phpactor/phpactor/blob/b4b079cc8bf43f6fd9d03507b0c850b0d02109d2/lib/WorseReferenceFinder/WorseReflectionDefinitionLocator.php#L69-L86 Do we need two separated `NodeContext` instances to allow locate both the definition inside parentheses and `__invoke` separately (and merge them into one `TypeLocations` later)?