Dave Thomas
Dave Thomas
You could pin the current doc help as a notify popup like the scope cursor `ALT META P` 
Ok cool, see what I can do, need to look at what you have and get familiar first :-) > On 26 Jun 2015, at 18:36, Krzysztof Wende [email protected] wrote:...
Hmm, I see what you mean descriptionMoreURL is also available, I wonder why its not displayed.
@iraasta Maybe the description field failing to display is due to the RSenseProviders recent depreciations. I have another piece of code using autocompleteplus which returns a promise, If I set...
Yep it looks like description is shown when the deprecated properties are adjusted. Currently spec is empty so nothing is displayed at the bottom, is you switch the ordering so...
Best way to see is to hack it together I suppose, how could I easily add the doctext to `autocomplete.exs`? Im still getting to grips with the code there.
I don't think this is in scope for froto as it stands. Im also assuming you mean oneOf types. I have a custom solution to this where the code from...
@ctaggart Thats actually what I did, except Im using froto.parser to parse the proto3 file, then using proto.serializer along with quite a lot of the type provider code. Some of...
@ctaggart Its been talked about, I would like to rework more of the quotation parts as they struggle with representing F# without loosing too much information, like infix/prefix on operator...
Pretty soon the `oneOf` code will be open source but its entirely a code generator rather than a type provider, it shares a similar implementation, I used the type provider...