Robin Radic

Results 11 comments of Robin Radic

i made a definition file that covers most of the library. #127

I'd like to disable it on a per function basis. Ideally both as a method docblock and a inline docblock: ```php class Foo { /** * @param array $attributes *...

I think it makes sense to also use it for variables and properties, if that's possible ```php class Foo { /** * @var array */ public $barAttr = ['bar' =>...

`@noDeepAssoc` for all `@noDeepAssocArgumentCompletion` `@noDeepAssocUsageCompletion` maby?

I don't want to overcomplicate things for you, I'm already happy with just `@noDeepAssoc` disabling _all_ deep assoc completion

Maby something like this? My idea would be to use comments on array keys to define the characteristics of the completion item. Note: The exact syntax to use in this...

Also, would something like this; return type based on the given parameter value, be possible? Sure we got the meta file stuff for that, but doing it inline would be...

Awesome! Using a JSON/JSON5 sounds good to me. You could also consider using a PHP array, for better consistency with other doc comments? How about also implementing the `target` meta?...

Again i was happily coding, then saw the intellij popup with `deep-assoc-completion` update. Friggin awesome man.

This certainly isn't correct by any means but it provides my editor with all the code completion. Specifically the component props/attributes used in the SFC's `` block. Just sharing for...