Tomasz N

Results 66 issues of Tomasz N

- open `nvim-qt -- --clean -c 'set autoread' /tmp/test` - lose focus on nvim-qt, add any change to `/tmp/test` - focus on nvim-qt again - check if the buffer was...

Hi, this bug exists as long as we introduced expanding long lines but I did not found time to show the reproduction. Given https://github.com/przepompownia/dap-ui-test run `make line-hover-extmarks-after-tabclose` and notice that...

```php

enhancement
waiting for input

![image](https://user-images.githubusercontent.com/11404453/182904073-b2d1a4e0-b6f5-4ac3-9b46-9de5c143a3ae.png) Maybe to fix with the logic similar to #1838.

enhancement

Let's look at self-explained examples: ![image](https://user-images.githubusercontent.com/11404453/170130499-fa32bb19-f3f1-4b41-ac0e-45878647cacf.png) ![image](https://user-images.githubusercontent.com/11404453/170129907-79e8f9eb-35e5-45a8-8e13-cea1c86b276c.png) ![image](https://user-images.githubusercontent.com/11404453/170130094-a272880f-cd3f-41a3-8768-833fff1310b0.png)

Currently it seems to be not implemented.

It seems that no similar issue exists. Currently to look at where `new ExampleClass` is called we need, for example, to get references to `ExampleClass` and filter the results to...

enhancement

After experiencing some performance problems with phpactor I created [an example project](https://github.com/przepompownia/example-legacy-project) to demonstrate some of them. The most of this project comes from [composer create-project --prefer-dist yiisoft/yii2-app-basic basic](https://www.yiiframework.com/doc/guide/2.0/en/start-installation). Notice...

To reproduce: - from `lib/Phpactor.php` got to `Resolver` imported there - add some virtual property, e.g. ```php /** * @property int $foo */ class Resolver ``` - in `Phpactor` below...

feature