Nelson Martell

Results 100 comments of Nelson Martell

How can I make it compatible with native properties types and return type of methods? ```php class Person { public string $name; public function duplicate(): Person { // ... }...

I agree; I dislike the addition of extra lines (spaces) in the code just for info. In addition, I _"fixed"_ (hacked) :sweat_smile: [a console error](https://github.com/Gert-dev/php-ide-serenata/issues/489#issuecomment-542315323) , but I get this...

Yes, They take me to the method when I click on them. They are functional; just have a wrong display. :sweat_smile:

> My current workaround is: > > ```css > .php-ide-serenata-code-lens { > display: block; > position: fixed; > right: 20px > } > ``` > > It is not perfect,...

In dependencies, you can see that requires Angular 5 and RxJs 5. So, is not compatible with Angular 7+. 😭

I'm having this issue too when I click on editor context-menu "Reveal in Tree View".

Thanks! Vary useful. Why not merged this yet?

I'm having this issue too. `syncRoles()` works, but `assignRole()` `doesn't`. 😞

Well... I noticed I had to re-query the user to get the updated roles: ```php