Robin Radic

Results 5 issues of Robin Radic

Is there a way to disable completion for method arguments? Otherwise, a php annotation would be nice. ```php class Foo { /** * @param array $attributes */ public function create(array...

type: feature request
status: todo
priority: 7777

Not entirely sure if this belongs in / duplicates #106 so il just do it here. It would be awesome if it was somehow possible to tweak the completion window...

type: feature request
status: improving

![image](https://user-images.githubusercontent.com/754732/123512665-f9379d80-d688-11eb-9e89-a6e15946a720.png) Unlike many other typescript libraries. Doing something like: ```ts declare module 'cash-dom' { export interface Cash ensureClass(className, remove):Cash } } ``` Doesn't work. Neither in the same `.ts` file,...

bug
help wanted

All the events. Placed it into a `.ts` in my project and it works perfectly. Could you add this to the `inspire-tree.d.ts`? I could do a pull request if you...

It would be awesome if `stencil-context` could provide a `injectProps` method like `@stencil/state-tunnel` or something similar. @petermikitsh Would this be possible?