Jonathan Pollak

Results 53 comments of Jonathan Pollak

It would be really great if this plugin could support CoC as a source. It should be be pretty easy to get a code action from CoC. There's a ``...

@xiyaowong Thanks! @weilbith Would you be open to integrating @xiyaowong's work into this repo? Seems like a shame to keep two different plugins that are likely to get out of...

Just hit this as well. My workaround is to implement `before` manually using `line`, but i'd really rather not to

I wonder if the newly released [StyleQ](https://twitter.com/necolas/status/1535363429761880064) could be of any relevance to this discussion

+1 for making all properties accessible

That's not how a `select` element works... `tab` moves you away from the widget, the arrow keys are used for selection

+1 for ``` js suggestion.data.label suggestion.data.value suggestion.data.whatever ``` On Thu, Nov 10, 2016, 09:31 Vladislav Zarakovsky [email protected] wrote: > I was thinking about having suggestion.data for all other props as...

If I understand the question correctly, this behavior is already pretty easy to achieve using the `awesomplete-highlight` event: ``` js input.addEventListener('awesomplete-highlight', function(evt){ if(input.querySelector('[aria-selected=true]')) element.scrollIntoView(false); }); ```

@andrewcharnley - Can you post an example of how you handled it with `@memberof`? Seems to have no effect at all when I do: ```js /** General description */ interface...

@dmolsen @aleksip Has this been fixed? I'm still getting this error when trying to install with composer. Is there a workaround?